update git config nvim-tree

This commit is contained in:
asep komarudin 2023-12-01 11:36:30 +07:00
parent b80aab149b
commit bb50466864

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,