open tree on package load instead of vimEnter

This commit is contained in:
kyazdani42
2020-10-24 09:11:11 +02:00
parent b55cc721da
commit 6c2ee96207
3 changed files with 4 additions and 3 deletions

View File

@@ -124,8 +124,8 @@ Default is 0
|g:lua_tree_auto_open| *g:lua_tree_auto_open*
Can be `0` or `1`. When `1`, will bind |VimEnter| to automatically
open tree on startup if no files are specified.
Can be `0` or `1`. When `1`, will open the tree when the package is loaded.
It's not relying on VimEnter anymore.
Default is 0
|g:lua_tree_auto_close| *g:lua_tree_auto_close*