Auto Nerdtree without any files to open

This commit is contained in:
madmaurice 2015-10-28 20:24:52 +01:00
parent c576bcdc84
commit 14c895099f

View file

@ -110,6 +110,8 @@ let g:SuperTabNoCompleteAfter = ['^',',','\s']
"NERDTree tabs
nmap <silent> <leader>e :NERDTreeToggle<CR>
autocmd StdinReadPre * let s:std_in=1
autocmd VimEnter * if argc() == 0 && !exists("s:std_in") | NERDTree | endif
"EasyMotion
map / <Plug>(easymotion-sn)