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