mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 01:08:53 +02:00
update prettier icon
This commit is contained in:
parent
bb50466864
commit
62807fea6b
2 changed files with 15 additions and 1 deletions
|
@ -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",
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue