mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
update icon
This commit is contained in:
parent
caf3833ea2
commit
adfd26ba59
2 changed files with 31 additions and 1 deletions
|
@ -137,5 +137,35 @@ web_devicons.setup({
|
|||
cterm_color = "220",
|
||||
name = "cname",
|
||||
},
|
||||
[".nvmrc"] = {
|
||||
icon = "",
|
||||
color = "#93c47d",
|
||||
cterm_color = "220",
|
||||
name = "nvmrc",
|
||||
},
|
||||
[".yarnrc"] = {
|
||||
icon = "",
|
||||
color = "#3d85c6",
|
||||
cterm_color = "240",
|
||||
name = "yarnrc",
|
||||
},
|
||||
[".git-blame-ignore-revs"] = {
|
||||
icon = "",
|
||||
color = "#F14C28",
|
||||
cterm_color = "220",
|
||||
name = "gitblameignorerevs",
|
||||
},
|
||||
[".mailmap"] = {
|
||||
icon = "",
|
||||
color = "#a0d0d0",
|
||||
cterm_color = "220",
|
||||
name = "mailmap",
|
||||
},
|
||||
[".vscode-test.js"] = {
|
||||
icon = "",
|
||||
color = "#206ba3",
|
||||
cterm_color = "220",
|
||||
name = "vscodetest",
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue