changed arrows for NERDTreeDirArrowExpandable and NERDTreeDirArrowCollapsible
This commit is contained in:
parent
4ebbb533c3
commit
28560e2e1b
@ -118,5 +118,5 @@ See here: https://github.com/scrooloose/nerdtree/issues/433#issuecomment-9259069
|
|||||||
|
|
||||||
Use these variables in your vimrc. Note that below are default arrow symbols
|
Use these variables in your vimrc. Note that below are default arrow symbols
|
||||||
|
|
||||||
let g:NERDTreeDirArrowExpandable = '▸'
|
let g:NERDTreeDirArrowExpandable = '►'
|
||||||
let g:NERDTreeDirArrowCollapsible = '▾'
|
let g:NERDTreeDirArrowCollapsible = '▼'
|
||||||
|
@ -67,8 +67,8 @@ call s:initVariable("g:NERDTreeShowLineNumbers", 0)
|
|||||||
call s:initVariable("g:NERDTreeSortDirs", 1)
|
call s:initVariable("g:NERDTreeSortDirs", 1)
|
||||||
|
|
||||||
if !nerdtree#runningWindows()
|
if !nerdtree#runningWindows()
|
||||||
call s:initVariable("g:NERDTreeDirArrowExpandable", "▸")
|
call s:initVariable("g:NERDTreeDirArrowExpandable", "►")
|
||||||
call s:initVariable("g:NERDTreeDirArrowCollapsible", "▾")
|
call s:initVariable("g:NERDTreeDirArrowCollapsible", "▼")
|
||||||
else
|
else
|
||||||
call s:initVariable("g:NERDTreeDirArrowExpandable", "+")
|
call s:initVariable("g:NERDTreeDirArrowExpandable", "+")
|
||||||
call s:initVariable("g:NERDTreeDirArrowCollapsible", "~")
|
call s:initVariable("g:NERDTreeDirArrowCollapsible", "~")
|
||||||
|
Loading…
Reference in New Issue
Block a user