remove whitespace plugin
This commit is contained in:
parent
036f863fb4
commit
8c9e8aca5e
1 changed files with 1 additions and 0 deletions
1
.vimrc
1
.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'
|
||||
|
|
Loading…
Reference in a new issue