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
9b3e3376e4
commit
eabb4758df
1 changed files with 36 additions and 0 deletions
|
@ -39,6 +39,18 @@ material_icon.setup({
|
|||
cterm_color = "220",
|
||||
name = "prisma",
|
||||
},
|
||||
["json"] = {
|
||||
icon = "",
|
||||
color = "#dbb7b7",
|
||||
cterm_color = "220",
|
||||
name = "json",
|
||||
},
|
||||
["map"] = {
|
||||
icon = "",
|
||||
color = "#748e54",
|
||||
cterm_color = "220",
|
||||
name = "map",
|
||||
},
|
||||
},
|
||||
color_icons = true,
|
||||
default = true,
|
||||
|
@ -65,5 +77,29 @@ web_devicons.setup({
|
|||
cterm_color = "220",
|
||||
name = "sequelizerc",
|
||||
},
|
||||
["pre-commit"] = {
|
||||
icon = "",
|
||||
color = "#75e4b3",
|
||||
cterm_color = "240",
|
||||
name = "pre",
|
||||
},
|
||||
["yarn.lock"] = {
|
||||
icon = "",
|
||||
color = "#ea5e5e",
|
||||
cterm_color = "240",
|
||||
name = "yarnlock",
|
||||
},
|
||||
["yarn-error.log"] = {
|
||||
icon = "",
|
||||
color = "#3d85c6",
|
||||
cterm_color = "240",
|
||||
name = "yarnerror",
|
||||
},
|
||||
[".eslintrc.json"] = {
|
||||
icon = "",
|
||||
color = "#4746a8",
|
||||
cterm_color = "240",
|
||||
name = "eslintrc",
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue