mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 17:28:50 +02:00
add: config nvim-tree git true
This commit is contained in:
parent
d2af11595d
commit
ebdbf34d82
1 changed files with 4 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue