Add root folder name.
This commit is contained in:
committed by
Kiyan Yazdani
parent
2a3c9cfd12
commit
caf238d908
@@ -33,6 +33,7 @@ let g:lua_tree_follow = 1 "0 by default, this option allows the cursor to be upd
|
||||
let g:lua_tree_indent_markers = 1 "0 by default, this option shows indent markers when folders are open
|
||||
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_show_icons = {
|
||||
\ 'git': 1,
|
||||
\ 'folders': 0,
|
||||
|
||||
Reference in New Issue
Block a user