This commit is contained in:
asep komarudin 2023-12-31 12:37:17 +07:00
parent adfd26ba59
commit 8a8e9d6ae2

View file

@ -138,8 +138,8 @@ web_devicons.setup({
name = "cname",
},
[".nvmrc"] = {
icon = "󰎙",
color = "#93c47d",
icon = "",
color = "#E8274B",
cterm_color = "220",
name = "nvmrc",
},
@ -167,5 +167,11 @@ web_devicons.setup({
cterm_color = "220",
name = "vscodetest",
},
[".mention-bot"] = {
icon = "󰚩",
color = "#ffffff",
cterm_color = "220",
name = "mentionbot",
},
},
})