mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +02:00
update nerdfont icon
This commit is contained in:
parent
4ce5f82265
commit
c651a8ca42
2 changed files with 31 additions and 1 deletions
|
@ -133,7 +133,7 @@ nvim_tree.setup({
|
||||||
dotfiles = false,
|
dotfiles = false,
|
||||||
git_clean = false,
|
git_clean = false,
|
||||||
no_buffer = false,
|
no_buffer = false,
|
||||||
custom = { "node_modules", "\\.cache" },
|
custom = { "node_modules", "\\.cache", "\\.git" },
|
||||||
exclude = {},
|
exclude = {},
|
||||||
},
|
},
|
||||||
filesystem_watchers = {
|
filesystem_watchers = {
|
||||||
|
|
|
@ -271,6 +271,12 @@ web_devicons.setup({
|
||||||
cterm_color = "240",
|
cterm_color = "240",
|
||||||
name = "prettierrc",
|
name = "prettierrc",
|
||||||
},
|
},
|
||||||
|
[".prettierrc.json"] = {
|
||||||
|
icon = prettier_icon,
|
||||||
|
color = "#ea5e5e",
|
||||||
|
cterm_color = "240",
|
||||||
|
name = "prettierrcjson",
|
||||||
|
},
|
||||||
[".prettierd"] = {
|
[".prettierd"] = {
|
||||||
icon = prettier_icon,
|
icon = prettier_icon,
|
||||||
color = "#ea5e5e",
|
color = "#ea5e5e",
|
||||||
|
@ -325,6 +331,12 @@ web_devicons.setup({
|
||||||
cterm_color = "240",
|
cterm_color = "240",
|
||||||
name = "eslintrc",
|
name = "eslintrc",
|
||||||
},
|
},
|
||||||
|
[".eslintrc.js"] = {
|
||||||
|
icon = "",
|
||||||
|
color = "#4746a8",
|
||||||
|
cterm_color = "240",
|
||||||
|
name = "eslintrcjs",
|
||||||
|
},
|
||||||
[".eslintignore"] = {
|
[".eslintignore"] = {
|
||||||
icon = "",
|
icon = "",
|
||||||
color = "#4746a8",
|
color = "#4746a8",
|
||||||
|
@ -361,6 +373,12 @@ web_devicons.setup({
|
||||||
cterm_color = "220",
|
cterm_color = "220",
|
||||||
name = "gitblameignorerevs",
|
name = "gitblameignorerevs",
|
||||||
},
|
},
|
||||||
|
[".gitmodules"] = {
|
||||||
|
icon = "",
|
||||||
|
color = "#0c343d",
|
||||||
|
cterm_color = "220",
|
||||||
|
name = "gitmodules",
|
||||||
|
},
|
||||||
[".mailmap"] = {
|
[".mailmap"] = {
|
||||||
icon = "",
|
icon = "",
|
||||||
color = "#a0d0d0",
|
color = "#a0d0d0",
|
||||||
|
@ -427,6 +445,12 @@ web_devicons.setup({
|
||||||
cterm_color = "220",
|
cterm_color = "220",
|
||||||
name = "packagejson",
|
name = "packagejson",
|
||||||
},
|
},
|
||||||
|
["package-lock.json"] = {
|
||||||
|
icon = "",
|
||||||
|
color = "#cc0000",
|
||||||
|
cterm_color = "220",
|
||||||
|
name = "packagelockjson",
|
||||||
|
},
|
||||||
[".gitignore"] = {
|
[".gitignore"] = {
|
||||||
icon = "",
|
icon = "",
|
||||||
color = "#8ED6FB",
|
color = "#8ED6FB",
|
||||||
|
@ -445,5 +469,11 @@ web_devicons.setup({
|
||||||
cterm_color = "220",
|
cterm_color = "220",
|
||||||
name = "JSConfig",
|
name = "JSConfig",
|
||||||
},
|
},
|
||||||
|
[".gitlab-ci.yml"] = {
|
||||||
|
icon = "",
|
||||||
|
color = "#F14C28",
|
||||||
|
cterm_color = "220",
|
||||||
|
name = "gitlabciyaml",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue