Add root folder name.

This commit is contained in:
Kristijan Husak
2020-08-03 18:46:10 +02:00
committed by Kiyan Yazdani
parent 2a3c9cfd12
commit caf238d908
5 changed files with 23 additions and 5 deletions

View File

@@ -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,