nerdtree nur bei datei

This commit is contained in:
Michael Grote 2021-05-31 19:51:55 +02:00
parent a9df3066dc
commit f02d053510

3
.vimrc
View file

@ -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'