fix: add some NerdTree settings
This commit is contained in:
parent
120119c673
commit
0d4c32b760
3
vimrc
3
vimrc
@ -11,6 +11,9 @@ autocmd vimenter * NERDTree " AutoStart ne
|
|||||||
" Can do almost everything that set can do, plus more.
|
" Can do almost everything that set can do, plus more.
|
||||||
" It can assign a value to
|
" It can assign a value to
|
||||||
let g:solarized_termcolors=256 " enable 256bit map for solarized colorschema
|
let g:solarized_termcolors=256 " enable 256bit map for solarized colorschema
|
||||||
|
let NERDTreeAutoDeleteBuffer=1 " automatically delete the buffer of the file, if I delete it with NerdTree
|
||||||
|
let NERDTreeMinimalUI=1 " disable help informations in NerdTree
|
||||||
|
let NERDTreeDirArrows=1 " display dir arrows in NerdTree
|
||||||
|
|
||||||
" Set options
|
" Set options
|
||||||
" Only works with options
|
" Only works with options
|
||||||
|
Loading…
x
Reference in New Issue
Block a user