mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 17:03:36 +02:00
update icon
This commit is contained in:
parent
caf3833ea2
commit
adfd26ba59
2 changed files with 31 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
"nvim-navic": { "branch": "master", "commit": "8649f694d3e76ee10c19255dece6411c29206a54" },
|
"nvim-navic": { "branch": "master", "commit": "8649f694d3e76ee10c19255dece6411c29206a54" },
|
||||||
"nvim-notify": { "branch": "master", "commit": "ebcdd8219e2a2cbc0a4bef68002f6867f1fde269" },
|
"nvim-notify": { "branch": "master", "commit": "ebcdd8219e2a2cbc0a4bef68002f6867f1fde269" },
|
||||||
"nvim-scrollview": { "branch": "main", "commit": "c29c5f69d37040a1fac88cbea7f5e6f06f0aff4d" },
|
"nvim-scrollview": { "branch": "main", "commit": "c29c5f69d37040a1fac88cbea7f5e6f06f0aff4d" },
|
||||||
"nvim-tree.lua": { "branch": "master", "commit": "50f30bcd8c62ac4a83d133d738f268279f2c2ce2" },
|
"nvim-tree.lua": { "branch": "master", "commit": "96a783fbd606a458bcce2ef8041240a8b94510ce" },
|
||||||
"nvim-treesitter": { "branch": "master", "commit": "63260da18bf273c76b8e2ea0db84eb901cab49ce" },
|
"nvim-treesitter": { "branch": "master", "commit": "63260da18bf273c76b8e2ea0db84eb901cab49ce" },
|
||||||
"nvim-ts-autotag": { "branch": "main", "commit": "8515e48a277a2f4947d91004d9aa92c29fdc5e18" },
|
"nvim-ts-autotag": { "branch": "main", "commit": "8515e48a277a2f4947d91004d9aa92c29fdc5e18" },
|
||||||
"nvim-ts-context-commentstring": { "branch": "main", "commit": "1277b4a1f451b0f18c0790e1a7f12e1e5fdebfee" },
|
"nvim-ts-context-commentstring": { "branch": "main", "commit": "1277b4a1f451b0f18c0790e1a7f12e1e5fdebfee" },
|
||||||
|
|
|
@ -137,5 +137,35 @@ web_devicons.setup({
|
||||||
cterm_color = "220",
|
cterm_color = "220",
|
||||||
name = "cname",
|
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