fixed nvim tree

This commit is contained in:
MasterGordon 2022-06-01 00:41:34 +02:00
parent 3b60918302
commit eb4306666e
1 changed files with 2 additions and 2 deletions

View File

@ -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"
} }
}, },