feat: add ability for the tree to change tab

- remove tags file
- open/close the tree on `TabEnter` with the option `g:lua_tree_tab_open`
This commit is contained in:
kiyan42
2020-08-18 19:07:43 +02:00
committed by Kiyan Yazdani
parent 6a0e76edc8
commit 9eea2b8c62
6 changed files with 23 additions and 29 deletions

View File

@@ -34,6 +34,7 @@ let g:lua_tree_indent_markers = 1 "0 by default, this option shows indent marker
let g:lua_tree_hide_dotfiles = 1 "0 by default, this option hides files and folders starting with a dot `.`
let g:lua_tree_git_hl = 1 "0 by default, will enable file highlight for git attributes (can be used without the icons).
let g:lua_tree_root_folder_modifier = ':~' "This is the default. See :help filename-modifiers for more options
let g:lua_tree_tab_open = 1 "0 by default, will open the tree when entering a new tab and the tree was previously open
let g:lua_tree_show_icons = {
\ 'git': 1,
\ 'folders': 0,