refactor: removed some icons that are not needed

This commit is contained in:
Folke Lemaitre 2024-07-07 19:27:42 +02:00
parent da10a489c2
commit 8166a0457d
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
4 changed files with 3 additions and 35 deletions

View file

@ -41,14 +41,4 @@ return {
}, },
}, },
}, },
-- Filetype icons
{
"echasnovski/mini.icons",
opts = {
file = {
["docker-compose.yml"] = { glyph = "󰡨", hl = "MiniIconsBlue" },
},
},
},
} }

View file

@ -19,14 +19,4 @@ return {
table.insert(opts.sources, { name = "git" }) table.insert(opts.sources, { name = "git" })
end, end,
}, },
-- Filetype icons
{
"echasnovski/mini.icons",
opts = {
file = {
[".keep"] = { glyph = "󰊢", hl = "MiniIconsGrey" },
},
},
},
} }

View file

@ -60,18 +60,4 @@ return {
end end
end, end,
}, },
-- Filetype icons
{
"echasnovski/mini.icons",
opts = {
extension = {
bash = { glyph = "", hl = "MiniIconsGrey" },
zsh = { glyph = "", hl = "MiniIconsGrey" },
},
filetype = {
dotenv = { glyph = "", hl = "MiniIconsYellow" },
},
},
},
} }

View file

@ -308,11 +308,13 @@ return {
lazy = true, lazy = true,
opts = { opts = {
file = { file = {
[".gitkeep"] = { glyph = "󰊢", hl = "MiniIconsGrey" },
[".keep"] = { glyph = "󰊢", hl = "MiniIconsGrey" }, [".keep"] = { glyph = "󰊢", hl = "MiniIconsGrey" },
["CODEOWNERS"] = { glyph = "", hl = "MiniIconsGreen" }, ["CODEOWNERS"] = { glyph = "", hl = "MiniIconsGreen" },
["devcontainer.json"] = { glyph = "", hl = "MiniIconsAzure" }, ["devcontainer.json"] = { glyph = "", hl = "MiniIconsAzure" },
}, },
filetype = {
dotenv = { glyph = "", hl = "MiniIconsYellow" },
},
}, },
init = function() init = function()
package.preload["nvim-web-devicons"] = function() package.preload["nvim-web-devicons"] = function()