diff options
| author | jdhao <jdhao@hotmail.com> | 2022-03-29 12:58:52 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-03-29 12:58:52 +0800 |
| commit | 988cf54f2692cdbf9c12f17bec77c066a9b4d717 (patch) | |
| tree | abfa13f1fe5469e688677cbec49369b3d26c7978 | |
| parent | 9dbeb67de5a59d3beb11733a23354be94375d313 (diff) | |
update nvim-tree conf
| -rw-r--r-- | lua/config/nvim-tree.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/config/nvim-tree.lua b/lua/config/nvim-tree.lua index cbd303b..5bfacf4 100644 --- a/lua/config/nvim-tree.lua +++ b/lua/config/nvim-tree.lua @@ -5,7 +5,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 = false, |
