From fe44970abc82f3f8cc7de7489c466e466acd3809 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Thu, 13 Nov 2014 19:27:26 +0000 Subject: [PATCH] Added vim plugin godlygeek/tabular. --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index 25590a7..06fb6c6 100644 --- a/.vimrc +++ b/.vimrc @@ -15,6 +15,7 @@ Plugin '29decibel/codeschool-vim-theme' Plugin 'Shougo/neocomplcache.vim' Plugin 'kien/ctrlp.vim' Plugin 'rodjek/vim-puppet' +Plugin 'godlygeek/tabular' " All of your Plugins must be added before the following line call vundle#end() " required