mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 01:08:53 +02:00
update git config nvim-tree
This commit is contained in:
parent
b80aab149b
commit
bb50466864
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ nvim_tree.setup({
|
||||||
ignore_dirs = {},
|
ignore_dirs = {},
|
||||||
},
|
},
|
||||||
git = {
|
git = {
|
||||||
enable = false, -- false dulu karena muncul error
|
enable = true, -- false dulu karena muncul error
|
||||||
ignore = true, -- true dulu karena muncul error
|
ignore = false, -- 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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue