add: update

This commit is contained in:
asep.komarudin 2024-04-21 09:10:08 +07:00
parent 1b1f8b9967
commit f4defddd52
8 changed files with 155 additions and 110 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",
},
},
})