diff options
author | Camil Staps | 2018-05-05 16:13:27 +0200 |
---|---|---|
committer | Camil Staps | 2018-05-05 16:13:27 +0200 |
commit | 6278d3991fe3cc878e92d00886ee0b85fc355872 (patch) | |
tree | f558d22db9e1f597f92003d6e477452d7169a7ce | |
parent | Vim: add local tagfiles for Clean (diff) |
Add tabular plugin to vim
-rw-r--r-- | vim/.vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |