Adding better-whitespace plugin to vim.

This commit is contained in:
Faerbit 2015-06-22 23:12:20 +02:00
parent d6bb3b6172
commit a0000e507f

1
vimrc
View File

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