always close tree, there is a bug with nvimtree if you don't autoclose where the buffer you open will inherit the settings of the tree buffer

This commit is contained in:
Chris 2021-07-13 11:43:04 -04:00
parent 6f0c8c20ff
commit 127359e431

View file

@ -17,7 +17,7 @@ M.setup = function()
g.nvim_tree_width = 30
g.nvim_tree_ignore = { ".git", "node_modules", ".cache" }
g.nvim_tree_auto_open = 1
g.nvim_tree_auto_close = O.auto_close_tree
g.nvim_tree_auto_close = 1
g.nvim_tree_quit_on_open = 0
g.nvim_tree_follow = 1
g.nvim_tree_indent_markers = 1