summaryrefslogtreecommitdiff
path: root/lua/nv-nvimtree/init.lua
diff options
context:
space:
mode:
authorChris <[email protected]>2021-03-22 22:10:47 -0400
committerChris <[email protected]>2021-03-22 22:10:47 -0400
commit49e0537597914992d4f81cfcac6e729775ea1420 (patch)
tree7659d2c1d44222fd54cc959f10e08b658178e73b /lua/nv-nvimtree/init.lua
parentcd3ac0c6f8881bab6de66117cbe5d23ca4a014e6 (diff)
keep tree open
Diffstat (limited to 'lua/nv-nvimtree/init.lua')
-rw-r--r--lua/nv-nvimtree/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nv-nvimtree/init.lua b/lua/nv-nvimtree/init.lua
index 04e815fb..c098dea9 100644
--- a/lua/nv-nvimtree/init.lua
+++ b/lua/nv-nvimtree/init.lua
@@ -19,7 +19,7 @@ vim.g.nvim_tree_disable_netrw = 0 --"1 by default, disables netrw
vim.g.nvim_tree_hide_dotfiles = 1 --0 by default, this option hides files and folders starting with a dot `.`
vim.g.nvim_tree_indent_markers = 1 --"0 by default, this option shows indent markers when folders are open
vim.g.nvim_tree_follow = 1 --"0 by default, this option allows the cursor to be updated when entering a buffer
-vim.g.nvim_tree_auto_close = 1 --0 by default, closes the tree when it's the last window
+vim.g.nvim_tree_auto_close = 0 --0 by default, closes the tree when it's the last window
vim.g.nvim_tree_auto_ignore_ft = 'startify' --"empty by default, don't auto open tree on specific filetypes.
local tree_cb = require'nvim-tree.config'.nvim_tree_callback
vim.g.nvim_tree_bindings = {