update prettier icon

This commit is contained in:
asep komarudin 2023-12-01 16:58:43 +07:00
parent bb50466864
commit 62807fea6b
2 changed files with 15 additions and 1 deletions

View file

@ -40,4 +40,18 @@ material_icon.setup({
web_devicons.setup({
override = material_icon.get_icons(),
override_by_filename = {
[".prettierrc"] = {
icon = "",
color = "#ea5e5e",
cterm_color = "167",
name = "prettierrc",
},
[".prettierignore"] = {
icon = "",
color = "#ea5e5e",
cterm_color = "167",
name = "prettierignore",
},
},
})