mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
update add nerfont icon
This commit is contained in:
parent
5d54a160f9
commit
44bfffb0c9
1 changed files with 18 additions and 0 deletions
|
@ -63,6 +63,12 @@ material_icon.setup({
|
||||||
cterm_color = "220",
|
cterm_color = "220",
|
||||||
name = "yaml",
|
name = "yaml",
|
||||||
},
|
},
|
||||||
|
["vsix"] = {
|
||||||
|
icon = "",
|
||||||
|
color = "#30A2FF",
|
||||||
|
cterm_color = "220",
|
||||||
|
name = "vsix",
|
||||||
|
},
|
||||||
-- ["go"] = {
|
-- ["go"] = {
|
||||||
-- icon = "",
|
-- icon = "",
|
||||||
-- color = "#0FBFCF",
|
-- color = "#0FBFCF",
|
||||||
|
@ -83,6 +89,18 @@ web_devicons.setup({
|
||||||
cterm_color = "240",
|
cterm_color = "240",
|
||||||
name = "prettierrc",
|
name = "prettierrc",
|
||||||
},
|
},
|
||||||
|
[".vscodeignore"] = {
|
||||||
|
icon = "",
|
||||||
|
color = "#30A2FF",
|
||||||
|
cterm_color = "240",
|
||||||
|
name = "vscodeignore",
|
||||||
|
},
|
||||||
|
[".vsixmanifest"] = {
|
||||||
|
icon = "",
|
||||||
|
color = "#30A2FF",
|
||||||
|
cterm_color = "240",
|
||||||
|
name = "vsixmanifest",
|
||||||
|
},
|
||||||
[".prettierignore"] = {
|
[".prettierignore"] = {
|
||||||
icon = "",
|
icon = "",
|
||||||
color = "#ea5e5e",
|
color = "#ea5e5e",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue