fixed nvim tree
This commit is contained in:
parent
3b60918302
commit
eb4306666e
|
|
@ -16,11 +16,11 @@ require "nvim-tree".setup(
|
||||||
timeout = 500
|
timeout = 500
|
||||||
},
|
},
|
||||||
filters = {
|
filters = {
|
||||||
|
dotfiles = false,
|
||||||
custom = {
|
custom = {
|
||||||
".git",
|
".git",
|
||||||
".webpack",
|
".webpack",
|
||||||
"out",
|
"\\.out",
|
||||||
".out",
|
|
||||||
".cache"
|
".cache"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue