mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +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 = {},
|
ignore_dirs = {},
|
||||||
},
|
},
|
||||||
git = {
|
git = {
|
||||||
enable = true, -- false dulu karena muncul error
|
enable = false, -- false dulu karena muncul error
|
||||||
ignore = false, -- true dulu karena muncul error
|
ignore = true, -- true dulu karena muncul error
|
||||||
show_on_dirs = true,
|
show_on_dirs = true,
|
||||||
show_on_open_dirs = true,
|
show_on_open_dirs = true,
|
||||||
timeout = 200,
|
timeout = 200,
|
||||||
|
|
|
@ -62,13 +62,13 @@ web_devicons.setup({
|
||||||
[".prettierrc"] = {
|
[".prettierrc"] = {
|
||||||
icon = "",
|
icon = "",
|
||||||
color = "#ea5e5e",
|
color = "#ea5e5e",
|
||||||
cterm_color = "220",
|
cterm_color = "240",
|
||||||
name = "prettierrc",
|
name = "prettierrc",
|
||||||
},
|
},
|
||||||
[".prettierignore"] = {
|
[".prettierignore"] = {
|
||||||
icon = "",
|
icon = "",
|
||||||
color = "#ea5e5e",
|
color = "#ea5e5e",
|
||||||
cterm_color = "220",
|
cterm_color = "240",
|
||||||
name = "prettierignore",
|
name = "prettierignore",
|
||||||
},
|
},
|
||||||
[".sequelizerc"] = {
|
[".sequelizerc"] = {
|
||||||
|
@ -101,5 +101,11 @@ web_devicons.setup({
|
||||||
cterm_color = "240",
|
cterm_color = "240",
|
||||||
name = "eslintrc",
|
name = "eslintrc",
|
||||||
},
|
},
|
||||||
|
["jest.config.js"] = {
|
||||||
|
icon = "",
|
||||||
|
color = "#e37575",
|
||||||
|
cterm_color = "220",
|
||||||
|
name = "jestconfig",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue