nvim-tree use default setting (#834)

This commit is contained in:
arxra 2021-07-10 13:55:36 +02:00 committed by GitHub
parent 804b5e9055
commit c1c779f838
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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