mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 10:05:37 +02:00
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:
parent
6f0c8c20ff
commit
127359e431
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue