This commit is contained in:
asep komarudin 2023-12-02 12:48:39 +07:00
parent c2b632d85d
commit 12cb6d6764
2 changed files with 10 additions and 4 deletions

View file

@ -62,13 +62,13 @@ web_devicons.setup({
[".prettierrc"] = {
icon = "",
color = "#ea5e5e",
cterm_color = "220",
cterm_color = "240",
name = "prettierrc",
},
[".prettierignore"] = {
icon = "",
color = "#ea5e5e",
cterm_color = "220",
cterm_color = "240",
name = "prettierignore",
},
[".sequelizerc"] = {
@ -101,5 +101,11 @@ web_devicons.setup({
cterm_color = "240",
name = "eslintrc",
},
["jest.config.js"] = {
icon = "󰙨",
color = "#e37575",
cterm_color = "220",
name = "jestconfig",
},
},
})