mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
add: update config
This commit is contained in:
parent
d2799f9f3f
commit
55e27f45f7
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