aboutsummaryrefslogtreecommitdiff
path: root/vim/.vimrc
diff options
context:
space:
mode:
authorCamil Staps2018-05-05 16:13:27 +0200
committerCamil Staps2018-05-05 16:13:27 +0200
commit6278d3991fe3cc878e92d00886ee0b85fc355872 (patch)
treef558d22db9e1f597f92003d6e477452d7169a7ce /vim/.vimrc
parentVim: add local tagfiles for Clean (diff)
Add tabular plugin to vim
Diffstat (limited to 'vim/.vimrc')
-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