mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix: remove default icons
This commit is contained in:
parent
4a8bc0ae16
commit
f23f1bbf51
5 changed files with 0 additions and 33 deletions
|
|
@ -25,7 +25,6 @@ return {
|
||||||
"echasnovski/mini.icons",
|
"echasnovski/mini.icons",
|
||||||
opts = {
|
opts = {
|
||||||
file = {
|
file = {
|
||||||
[".gitkeep"] = { glyph = "", hl = "MiniIconsGray" },
|
|
||||||
[".keep"] = { glyph = "", hl = "MiniIconsGray" },
|
[".keep"] = { glyph = "", hl = "MiniIconsGray" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -146,8 +146,6 @@ return {
|
||||||
[".go-version"] = { glyph = "", hl = "MiniIconsBlue" },
|
[".go-version"] = { glyph = "", hl = "MiniIconsBlue" },
|
||||||
},
|
},
|
||||||
filetype = {
|
filetype = {
|
||||||
gomod = { glyph = "", hl = "MiniIconsAzure" },
|
|
||||||
gosum = { glyph = "", hl = "MiniIconsCyan" },
|
|
||||||
gotmpl = { glyph = "", hl = "MiniIconsGray" },
|
gotmpl = { glyph = "", hl = "MiniIconsGray" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -31,14 +31,4 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
-- Filetype icons
|
|
||||||
{
|
|
||||||
"echasnovski/mini.icons",
|
|
||||||
opts = {
|
|
||||||
filetype = {
|
|
||||||
helm = { glyph = "", hl = "MiniIconsBlue" },
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -77,14 +77,4 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
-- Filetype icons
|
|
||||||
{
|
|
||||||
"echasnovski/mini.icons",
|
|
||||||
opts = {
|
|
||||||
filetype = {
|
|
||||||
tf = { glyph = "", hl = "MiniIconsBlue" },
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -22,14 +22,4 @@ return {
|
||||||
ensure_installed = { "http", "graphql" },
|
ensure_installed = { "http", "graphql" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
-- Filetype icons
|
|
||||||
{
|
|
||||||
"echasnovski/mini.icons",
|
|
||||||
opts = {
|
|
||||||
filetype = {
|
|
||||||
http = { glyph = "", hl = "MiniIconsRed" },
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue