mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 01:38:47 +02:00
update icon
This commit is contained in:
parent
62807fea6b
commit
47c6632566
1 changed files with 14 additions and 2 deletions
|
@ -33,6 +33,12 @@ material_icon.setup({
|
||||||
cterm_color = "220",
|
cterm_color = "220",
|
||||||
name = "svg",
|
name = "svg",
|
||||||
},
|
},
|
||||||
|
["prisma"] = {
|
||||||
|
icon = "",
|
||||||
|
color = "#0FBFCF",
|
||||||
|
cterm_color = "220",
|
||||||
|
name = "prisma",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
color_icons = true,
|
color_icons = true,
|
||||||
default = true,
|
default = true,
|
||||||
|
@ -44,14 +50,20 @@ web_devicons.setup({
|
||||||
[".prettierrc"] = {
|
[".prettierrc"] = {
|
||||||
icon = "",
|
icon = "",
|
||||||
color = "#ea5e5e",
|
color = "#ea5e5e",
|
||||||
cterm_color = "167",
|
cterm_color = "220",
|
||||||
name = "prettierrc",
|
name = "prettierrc",
|
||||||
},
|
},
|
||||||
[".prettierignore"] = {
|
[".prettierignore"] = {
|
||||||
icon = "",
|
icon = "",
|
||||||
color = "#ea5e5e",
|
color = "#ea5e5e",
|
||||||
cterm_color = "167",
|
cterm_color = "220",
|
||||||
name = "prettierignore",
|
name = "prettierignore",
|
||||||
},
|
},
|
||||||
|
[".sequelizerc"] = {
|
||||||
|
icon = "",
|
||||||
|
color = "#397883",
|
||||||
|
cterm_color = "220",
|
||||||
|
name = "sequelizerc",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue