mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 09:18:44 +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 = {},
|
||||
},
|
||||
git = {
|
||||
enable = false, -- false dulu karena muncul error
|
||||
ignore = true, -- true dulu karena muncul error
|
||||
enable = true, -- false dulu karena muncul error
|
||||
ignore = false, -- 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