add: move config to individual file

This commit is contained in:
asep komarudin 2024-03-01 15:19:53 +07:00
parent 554d68c7ae
commit 549a63a3da
9 changed files with 291 additions and 187 deletions

View file

@ -113,6 +113,18 @@ material_icon.setup({
web_devicons.setup({
override = material_icon.get_icons(),
override_by_filename = {
[".profile"] = {
icon = "󰙄",
color = "#9C9C9C",
cterm_color = "240",
name = "profiledata",
},
[".eslint_d"] = {
icon = "󰱺",
color = "#4930bd",
cterm_color = "240",
name = "eslintd",
},
[".eslintrc.cjs"] = {
icon = "󰱺",
color = "#4930bd",
@ -137,6 +149,12 @@ web_devicons.setup({
cterm_color = "240",
name = "prettierrc",
},
[".prettierd"] = {
icon = "",
color = "#ea5e5e",
cterm_color = "240",
name = "prettierd",
},
[".vscodeignore"] = {
icon = "",
color = "#30A2FF",