fix(resize): reimplement auto resize

This commit is contained in:
kiyan
2021-06-30 21:21:06 +02:00
parent 768788476e
commit 86188a4b9d
3 changed files with 5 additions and 5 deletions

View File

@@ -215,11 +215,11 @@ Can be 0 or 1. When 1, will open the tree when entering a new tab if the
tree was previously open.
Default is 0
|g:nvim_tree_width_allow_resize| *g:nvim_tree_width_allow_resize*
|g:nvim_tree_auto_resize| *g:nvim_tree_auto_resize*
Can be 0 or 1. When 1, it will not resize the tree to it's original width
Can be 0 or 1. When 1, it will resize the tree to it's saved width
when opening a new file.
Default is 0
Default is 1
|g:nvim_tree_hijack_netrw| *g:nvim_tree_hijack_netrw*