Updating vim plugins.

This commit is contained in:
Faerbit 2016-03-28 22:38:21 +02:00
parent 6c2ea396e7
commit b7e17d4a2f

3
vimrc
View File

@ -19,7 +19,8 @@ if exists("*vundle#begin")
Plugin 'honza/vim-snippets'
Plugin 'alfredodeza/coveragepy.vim'
Plugin 'tikhomirov/vim-glsl'
Plugin 'ntpeters/vim-better-whitespace'
Plugin 'chrisbra/vim-show-whitespace'
Plugin 'krisajenkins/vim-projectlocal'
" All of your Plugins must be added before the following line
call vundle#end() " required