mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix: MiniIconsGray => MiniIconsGrey
This commit is contained in:
parent
f23f1bbf51
commit
da10a489c2
5 changed files with 17 additions and 18 deletions
|
|
@ -25,7 +25,7 @@ return {
|
||||||
"echasnovski/mini.icons",
|
"echasnovski/mini.icons",
|
||||||
opts = {
|
opts = {
|
||||||
file = {
|
file = {
|
||||||
[".keep"] = { glyph = "", hl = "MiniIconsGray" },
|
[".keep"] = { glyph = "", hl = "MiniIconsGrey" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -146,7 +146,7 @@ return {
|
||||||
[".go-version"] = { glyph = "", hl = "MiniIconsBlue" },
|
[".go-version"] = { glyph = "", hl = "MiniIconsBlue" },
|
||||||
},
|
},
|
||||||
filetype = {
|
filetype = {
|
||||||
gotmpl = { glyph = "", hl = "MiniIconsGray" },
|
gotmpl = { glyph = "", hl = "MiniIconsGrey" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -94,17 +94,17 @@ return {
|
||||||
"echasnovski/mini.icons",
|
"echasnovski/mini.icons",
|
||||||
opts = {
|
opts = {
|
||||||
file = {
|
file = {
|
||||||
[".chezmoiignore"] = { glyph = "", hl = "MiniIconsGray" },
|
[".chezmoiignore"] = { glyph = "", hl = "MiniIconsGrey" },
|
||||||
[".chezmoiremove"] = { glyph = "", hl = "MiniIconsGray" },
|
[".chezmoiremove"] = { glyph = "", hl = "MiniIconsGrey" },
|
||||||
[".chezmoiroot"] = { glyph = "", hl = "MiniIconsGray" },
|
[".chezmoiroot"] = { glyph = "", hl = "MiniIconsGrey" },
|
||||||
[".chezmoiversion"] = { glyph = "", hl = "MiniIconsGray" },
|
[".chezmoiversion"] = { glyph = "", hl = "MiniIconsGrey" },
|
||||||
["bash.tmpl"] = { glyph = "", hl = "MiniIconsGray" },
|
["bash.tmpl"] = { glyph = "", hl = "MiniIconsGrey" },
|
||||||
["json.tmpl"] = { glyph = "", hl = "MiniIconsGray" },
|
["json.tmpl"] = { glyph = "", hl = "MiniIconsGrey" },
|
||||||
["ps1.tmpl"] = { glyph = "", hl = "MiniIconsGray" },
|
["ps1.tmpl"] = { glyph = "", hl = "MiniIconsGrey" },
|
||||||
["sh.tmpl"] = { glyph = "", hl = "MiniIconsGray" },
|
["sh.tmpl"] = { glyph = "", hl = "MiniIconsGrey" },
|
||||||
["toml.tmpl"] = { glyph = "", hl = "MiniIconsGray" },
|
["toml.tmpl"] = { glyph = "", hl = "MiniIconsGrey" },
|
||||||
["yaml.tmpl"] = { glyph = "", hl = "MiniIconsGray" },
|
["yaml.tmpl"] = { glyph = "", hl = "MiniIconsGrey" },
|
||||||
["zsh.tmpl"] = { glyph = "", hl = "MiniIconsGray" },
|
["zsh.tmpl"] = { glyph = "", hl = "MiniIconsGrey" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -66,8 +66,8 @@ return {
|
||||||
"echasnovski/mini.icons",
|
"echasnovski/mini.icons",
|
||||||
opts = {
|
opts = {
|
||||||
extension = {
|
extension = {
|
||||||
bash = { glyph = "", hl = "MiniIconsGray" },
|
bash = { glyph = "", hl = "MiniIconsGrey" },
|
||||||
zsh = { glyph = "", hl = "MiniIconsGray" },
|
zsh = { glyph = "", hl = "MiniIconsGrey" },
|
||||||
},
|
},
|
||||||
filetype = {
|
filetype = {
|
||||||
dotenv = { glyph = "", hl = "MiniIconsYellow" },
|
dotenv = { glyph = "", hl = "MiniIconsYellow" },
|
||||||
|
|
|
||||||
|
|
@ -306,11 +306,10 @@ return {
|
||||||
{
|
{
|
||||||
"echasnovski/mini.icons",
|
"echasnovski/mini.icons",
|
||||||
lazy = true,
|
lazy = true,
|
||||||
opts_extend = { "directory", "extension", "file", "filetype", "lsp", "os" },
|
|
||||||
opts = {
|
opts = {
|
||||||
file = {
|
file = {
|
||||||
[".gitkeep"] = { glyph = "", hl = "MiniIconsGray" },
|
[".gitkeep"] = { glyph = "", hl = "MiniIconsGrey" },
|
||||||
[".keep"] = { glyph = "", hl = "MiniIconsGray" },
|
[".keep"] = { glyph = "", hl = "MiniIconsGrey" },
|
||||||
["CODEOWNERS"] = { glyph = "", hl = "MiniIconsGreen" },
|
["CODEOWNERS"] = { glyph = "", hl = "MiniIconsGreen" },
|
||||||
["devcontainer.json"] = { glyph = "", hl = "MiniIconsAzure" },
|
["devcontainer.json"] = { glyph = "", hl = "MiniIconsAzure" },
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue