make linking of default groups for tree style and add docs

This commit is contained in:
kiyan42
2020-04-03 11:50:14 +02:00
parent 658e2100eb
commit c003626dee
7 changed files with 26 additions and 8 deletions

View File

@@ -18,10 +18,6 @@ if get(g:, 'lua_tree_auto_open') != 0
au VimEnter * lua require'tree'.check_buffer_and_open()
endif
" TODO set status line dynamically on bufenter in the luatree
" to remove lightline and other possible components
au BufEnter LuaTree setlocal statusline=""
if get(g:, 'lua_tree_follow') != 0
au BufEnter * :LuaTreeFindFile
endif