mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +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",
|
||||
name = "yaml",
|
||||
},
|
||||
["vsix"] = {
|
||||
icon = "",
|
||||
color = "#30A2FF",
|
||||
cterm_color = "220",
|
||||
name = "vsix",
|
||||
},
|
||||
-- ["go"] = {
|
||||
-- icon = "",
|
||||
-- color = "#0FBFCF",
|
||||
|
@ -83,6 +89,18 @@ web_devicons.setup({
|
|||
cterm_color = "240",
|
||||
name = "prettierrc",
|
||||
},
|
||||
[".vscodeignore"] = {
|
||||
icon = "",
|
||||
color = "#30A2FF",
|
||||
cterm_color = "240",
|
||||
name = "vscodeignore",
|
||||
},
|
||||
[".vsixmanifest"] = {
|
||||
icon = "",
|
||||
color = "#30A2FF",
|
||||
cterm_color = "240",
|
||||
name = "vsixmanifest",
|
||||
},
|
||||
[".prettierignore"] = {
|
||||
icon = "",
|
||||
color = "#ea5e5e",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue