nerdTREE: open nerdTREE at startup

Co-Authored-by: Igor Milhit <igor@milhit.ch>
server
iGor milhit 2019-08-08 07:22:53 +02:00
parent c5d227c527
commit e81af331a6
1 changed files with 4 additions and 0 deletions

View File

@ -104,6 +104,10 @@ let g:netrw_winsize = 20
" autocmd VimEnter * :Vexplore " autocmd VimEnter * :Vexplore
" augroup END " augroup END
" NERDTree
autocmd StdinReadPre * let s:std_in=1
autocmd VimEnter * if argc() == 0 && !exists("s:std_in") | NERDTree | endif
" vim-json, don't conceal " vim-json, don't conceal
let g:vim_json_syntax_conceal = 0 let g:vim_json_syntax_conceal = 0