nerdtree nur bei datei
This commit is contained in:
parent
a9df3066dc
commit
f02d053510
1 changed files with 3 additions and 0 deletions
3
.vimrc
3
.vimrc
|
@ -33,6 +33,9 @@ set rtp+=~/.vim/bundle/Vundle.vim
|
|||
" Download plug-ins to the ~/.vim/plugged/ directory
|
||||
call vundle#begin('~/.vim/plugged')
|
||||
" Let Vundle manage Vundle
|
||||
" Start NERDTree. If a file is specified, move the cursor to its window.
|
||||
autocmd StdinReadPre * let s:std_in=1
|
||||
autocmd VimEnter * NERDTree | if argc() > 0 || exists("s:std_in") | wincmd p | endif
|
||||
Plugin 'VundleVim/Vundle.vim' "muss immer der erste eintrag sein
|
||||
Plugin 'sheerun/vim-polyglot'
|
||||
Plugin 'Xuyuanp/nerdtree-git-plugin'
|
||||
|
|
Loading…
Reference in a new issue