This commit is contained in:
asep.komarudin 2024-04-21 09:12:19 +07:00
parent 1b1f8b9967
commit 1cacea97f6
7 changed files with 153 additions and 108 deletions

View file

@ -155,6 +155,12 @@ material_icon.setup({
cterm_color = "220",
name = "jpg",
},
["jpeg"] = {
icon = "󰥶",
color = "#88C057",
cterm_color = "220",
name = "jpeg",
},
["csv"] = {
icon = "󰈚",
color = "#57965c",
@ -493,5 +499,11 @@ web_devicons.setup({
cterm_color = "220",
name = "gitlabciyaml",
},
[".env_example"] = {
icon = "",
color = "#faf743",
cterm_color = "227",
name = "Envexample",
},
},
})