Adding better-whitespace plugin to vim.
This commit is contained in:
parent
d6bb3b6172
commit
a0000e507f
1
vimrc
1
vimrc
@ -19,6 +19,7 @@ if exists("*vundle#begin")
|
|||||||
Plugin 'honza/vim-snippets'
|
Plugin 'honza/vim-snippets'
|
||||||
Plugin 'alfredodeza/coveragepy.vim'
|
Plugin 'alfredodeza/coveragepy.vim'
|
||||||
Plugin 'tikhomirov/vim-glsl'
|
Plugin 'tikhomirov/vim-glsl'
|
||||||
|
Plugin 'ntpeters/vim-better-whitespace'
|
||||||
|
|
||||||
" All of your Plugins must be added before the following line
|
" All of your Plugins must be added before the following line
|
||||||
call vundle#end() " required
|
call vundle#end() " required
|
||||||
|
Loading…
Reference in New Issue
Block a user