fix: remove default icons

This commit is contained in:
Folke Lemaitre 2024-07-07 17:51:37 +02:00
parent 4a8bc0ae16
commit f23f1bbf51
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
5 changed files with 0 additions and 33 deletions

View file

@ -25,7 +25,6 @@ return {
"echasnovski/mini.icons",
opts = {
file = {
[".gitkeep"] = { glyph = "󰊢", hl = "MiniIconsGray" },
[".keep"] = { glyph = "󰊢", hl = "MiniIconsGray" },
},
},

View file

@ -146,8 +146,6 @@ return {
[".go-version"] = { glyph = "", hl = "MiniIconsBlue" },
},
filetype = {
gomod = { glyph = "", hl = "MiniIconsAzure" },
gosum = { glyph = "", hl = "MiniIconsCyan" },
gotmpl = { glyph = "󰟓", hl = "MiniIconsGray" },
},
},

View file

@ -31,14 +31,4 @@ return {
},
},
},
-- Filetype icons
{
"echasnovski/mini.icons",
opts = {
filetype = {
helm = { glyph = "󰠳", hl = "MiniIconsBlue" },
},
},
},
}

View file

@ -77,14 +77,4 @@ return {
},
},
},
-- Filetype icons
{
"echasnovski/mini.icons",
opts = {
filetype = {
tf = { glyph = "󱁢", hl = "MiniIconsBlue" },
},
},
},
}

View file

@ -22,14 +22,4 @@ return {
ensure_installed = { "http", "graphql" },
},
},
-- Filetype icons
{
"echasnovski/mini.icons",
opts = {
filetype = {
http = { glyph = "", hl = "MiniIconsRed" },
},
},
},
}