diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/nvim/lua/plugin_settings.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/nvim/lua/plugin_settings.lua b/.config/nvim/lua/plugin_settings.lua index d6ee72f..9300cdf 100644 --- a/.config/nvim/lua/plugin_settings.lua +++ b/.config/nvim/lua/plugin_settings.lua | |||
@@ -398,8 +398,6 @@ require'nvim-tree'.setup { | |||
398 | hijack_netrw = true, | 398 | hijack_netrw = true, |
399 | open_on_setup = false, | 399 | open_on_setup = false, |
400 | ignore_ft_on_setup = {}, | 400 | ignore_ft_on_setup = {}, |
401 | -- closes neovim automatically when the tree is the last **WINDOW** in the view | ||
402 | auto_close = true, | ||
403 | open_on_tab = false, | 401 | open_on_tab = false, |
404 | -- hijacks new directory buffers when they are opened. | 402 | -- hijacks new directory buffers when they are opened. |
405 | update_to_buf_dir = { | 403 | update_to_buf_dir = { |