mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
update
This commit is contained in:
parent
44bfffb0c9
commit
b0908a7ae5
2 changed files with 10 additions and 4 deletions
|
@ -83,6 +83,12 @@ material_icon.setup({
|
|||
web_devicons.setup({
|
||||
override = material_icon.get_icons(),
|
||||
override_by_filename = {
|
||||
[".huskyrc"] = {
|
||||
icon = "",
|
||||
color = "#ffffff",
|
||||
cterm_color = "240",
|
||||
name = "huskyrc",
|
||||
},
|
||||
[".prettierrc"] = {
|
||||
icon = "",
|
||||
color = "#ea5e5e",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue