Added vim plugin godlygeek/tabular.

This commit is contained in:
Scott Wallace 2014-11-13 19:27:26 +00:00
parent ed8714469d
commit fe44970abc

1
.vimrc
View file

@ -15,6 +15,7 @@ Plugin '29decibel/codeschool-vim-theme'
Plugin 'Shougo/neocomplcache.vim' Plugin 'Shougo/neocomplcache.vim'
Plugin 'kien/ctrlp.vim' Plugin 'kien/ctrlp.vim'
Plugin 'rodjek/vim-puppet' Plugin 'rodjek/vim-puppet'
Plugin 'godlygeek/tabular'
" 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