remove whitespace plugin

This commit is contained in:
Michael Grote 2021-05-31 20:04:54 +02:00
parent 036f863fb4
commit 8c9e8aca5e

1
.vimrc
View file

@ -34,6 +34,7 @@ set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin('~/.vim/plugged')
" Let Vundle manage Vundle
Plugin 'VundleVim/Vundle.vim' "muss immer der erste eintrag sein
Plugin 'nestorsalceda/vim-strip-trailing-whitespaces'
Plugin 'sheerun/vim-polyglot'
Plugin 'Xuyuanp/nerdtree-git-plugin'
Plugin 'jeetsukumaran/vim-buffergator'