Added WhiteWash plugin to vim.

This commit is contained in:
Scott Wallace 2014-11-30 10:04:58 +00:00
parent 0bce103f48
commit 94c7a54bda

1
.vimrc
View file

@ -20,6 +20,7 @@ Plugin 'kien/ctrlp.vim'
Plugin 'rodjek/vim-puppet'
Plugin 'godlygeek/tabular'
Plugin 'ap/vim-buftabline'
Plugin 'vim-scripts/WhiteWash'
" All of your Plugins must be added before the following line
call vundle#end() " required