This commit is contained in:
asep komarudin 2024-01-14 00:43:36 +07:00
parent 44bfffb0c9
commit b0908a7ae5
2 changed files with 10 additions and 4 deletions

View file

@ -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",