diff --git a/vimrc b/vimrc index 50801f2..8574d3a 100644 --- a/vimrc +++ b/vimrc @@ -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