change NERDTree-option in vimrc
This commit is contained in:
parent
4f41228b94
commit
467dbbf5cd
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -466,7 +466,7 @@ let g:netrw_home=$XDG_CACHE_HOME.'/vim'
|
|||
"let g:nerdtree_tabs_open_on_console_startup=1
|
||||
let g:nerdtree_tabs_open_on_console_startup=0
|
||||
|
||||
let g:NERDTreeIndicatorMapCustom = {
|
||||
let g:NERDTreeGitStatusIndicatorMapCustom= {
|
||||
\ "Modified" : "✹",
|
||||
\ "Staged" : "✚",
|
||||
\ "Untracked" : "✭",
|
||||
|
|
Loading…
Reference in a new issue