mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 17:28:50 +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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue