1 files changed,
6 insertions(+),
1 deletions(-)
M
lua/fk/plugin/nvimtree.lua
@@ -16,8 +16,13 @@ error = "",
}, }, filters = { - dotfiles = false, + dotfiles = true, custom = { ".git", "node_modules", "__pycache__", "vendor", "env", ".bin" }, + }, + git = { + enable = true, + ignore = false, + timeout = 300, }, view = { width = 30,