aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index 539d6e4..07e9d8c 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -32,6 +32,7 @@ Plugin 'scrooloose/syntastic' " Syntastic
Plugin 'tpope/vim-surround' " cs)] to replace parenthesis pairs, e.g.
Plugin 'rickhowe/diffchar.vim' " diffing on character level
Plugin 'airblade/vim-gitgutter' " git diff in gutter
+Plugin 'godlygeek/tabular' " tabularize things
call vundle#end()
" End Vundle