mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
update icon
This commit is contained in:
parent
811a128d68
commit
c3cabb4f3b
2 changed files with 19 additions and 1 deletions
|
@ -57,6 +57,12 @@ material_icon.setup({
|
|||
cterm_color = "220",
|
||||
name = "svelte",
|
||||
},
|
||||
["yaml"] = {
|
||||
icon = "",
|
||||
color = "#ef510b",
|
||||
cterm_color = "220",
|
||||
name = "yaml",
|
||||
},
|
||||
-- ["go"] = {
|
||||
-- icon = "",
|
||||
-- color = "#0FBFCF",
|
||||
|
@ -113,11 +119,23 @@ web_devicons.setup({
|
|||
cterm_color = "240",
|
||||
name = "eslintrc",
|
||||
},
|
||||
[".eslintignore"] = {
|
||||
icon = "",
|
||||
color = "#4746a8",
|
||||
cterm_color = "240",
|
||||
name = "eslintignore",
|
||||
},
|
||||
["jest.config.js"] = {
|
||||
icon = "",
|
||||
color = "#e37575",
|
||||
cterm_color = "220",
|
||||
name = "jestconfig",
|
||||
},
|
||||
["cname"] = {
|
||||
icon = "",
|
||||
color = "#e37575",
|
||||
cterm_color = "220",
|
||||
name = "cname",
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue