diff options
author | Yigit Sever | 2022-03-30 01:20:01 +0300 |
---|---|---|
committer | Yigit Sever | 2022-03-30 01:20:01 +0300 |
commit | 5df4e824c4525555cb131a3e5630467c4677db3d (patch) | |
tree | b8e9461bbeec43097f63a14f259636da34830dd0 /.config/nvim | |
parent | 565a1c2366619c700aad833b3473d6dcada14043 (diff) | |
download | dotfiles-5df4e824c4525555cb131a3e5630467c4677db3d.tar.gz dotfiles-5df4e824c4525555cb131a3e5630467c4677db3d.tar.bz2 dotfiles-5df4e824c4525555cb131a3e5630467c4677db3d.zip |
nvim: nvim-tree removed autoclose
Diffstat (limited to '.config/nvim')
-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 = { |