nerdtree doppleung entfernt

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

3
.vimrc
View file

@ -33,9 +33,6 @@ 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'