diff options
Diffstat (limited to 'lua/user/nvim-tree.lua')
| -rw-r--r-- | lua/user/nvim-tree.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/nvim-tree.lua b/lua/user/nvim-tree.lua index abcdb49..ee53380 100644 --- a/lua/user/nvim-tree.lua +++ b/lua/user/nvim-tree.lua @@ -42,7 +42,7 @@ nvim_tree.setup { "dashboard", "alpha", }, - auto_close = true, +-- auto_close = true, open_on_tab = false, hijack_cursor = false, update_cwd = true, |
