diff --git a/.vimrc b/.vimrc index 60cc834..f7299a1 100644 --- a/.vimrc +++ b/.vimrc @@ -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'