add: update config

This commit is contained in:
asep.komarudin 2024-04-11 11:08:08 +07:00
parent d2799f9f3f
commit 55e27f45f7

View file

@ -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,