From 14791051e13df3f9652e2f1b56ce69d79cde61ac Mon Sep 17 00:00:00 2001 From: fergalmoran Date: Tue, 14 May 2013 10:16:53 +0100 Subject: [PATCH] Added Tabularize --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index 9974b96..a6ae4b4 100644 --- a/.vimrc +++ b/.vimrc @@ -24,6 +24,7 @@ Bundle 'rstacruz/sparkup', {'rtp': 'vim/'} Bundle 'tpope/vim-rails.git' Bundle 'https://github.com/fholgado/minibufexpl.vim' Bundle 'https://github.com/juvenn/mustache.vim' +Bundle 'https://github.com/godlygeek/tabular.git' " vim-scripts repos Bundle 'L9' Bundle 'FuzzyFinder'