add: config nvim-tree git true

This commit is contained in:
asep.komarudin 2024-04-11 20:20:08 +07:00
parent d2af11595d
commit ebdbf34d82

View file

@ -15,7 +15,10 @@ nvim_tree.setup({
git_clean = false, git_clean = false,
no_buffer = false, no_buffer = false,
custom = { "node_modules", "\\.cache", "\\.git" }, custom = { "node_modules", "\\.cache", "\\.git" },
exclude = {}, exclude = {
".gitignore",
".prettierignore",
},
}, },
filesystem_watchers = { filesystem_watchers = {
enable = true, enable = true,