mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-21 19:24:25 +02:00
nvim-tree use default setting (#834)
This commit is contained in:
parent
804b5e9055
commit
c1c779f838
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ M.config = 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 = 0
|
||||
g.nvim_tree_auto_close = O.auto_close_tree
|
||||
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