diff options
Diffstat (limited to 'lua/user/nvim-tree.lua')
-rw-r--r-- | lua/user/nvim-tree.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/user/nvim-tree.lua b/lua/user/nvim-tree.lua index eb594b9..c7e17ef 100644 --- a/lua/user/nvim-tree.lua +++ b/lua/user/nvim-tree.lua @@ -38,7 +38,6 @@ nvim_tree.setup { hijack_netrw = true, open_on_setup = false, ignore_ft_on_setup = { }, - auto_close = true, open_on_tab = false, hijack_cursor = false, update_cwd = true, |