vim: disable nvim-tree autoclose

This commit is contained in:
Fernando Schauenburg 2022-02-17 22:49:53 +01:00
parent 46044ab516
commit 818f222ca9

View file

@ -22,8 +22,6 @@ local config = function()
}
require'nvim-tree'.setup {
auto_close = true, -- close vim if tree is the last window
git = {
ignore = false, -- don't hide files from .gitignore
},