mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
update
This commit is contained in:
parent
c2b632d85d
commit
12cb6d6764
2 changed files with 10 additions and 4 deletions
|
@ -23,8 +23,8 @@ nvim_tree.setup({
|
|||
ignore_dirs = {},
|
||||
},
|
||||
git = {
|
||||
enable = true, -- false dulu karena muncul error
|
||||
ignore = false, -- true dulu karena muncul error
|
||||
enable = false, -- false dulu karena muncul error
|
||||
ignore = true, -- true dulu karena muncul error
|
||||
show_on_dirs = true,
|
||||
show_on_open_dirs = true,
|
||||
timeout = 200,
|
||||
|
|
|
@ -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",
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue