chore(vim): Add Tabular plugin and custom alignment groups

This commit is contained in:
Stefan Imhoff
2021-12-11 13:44:31 +01:00
parent 4c0d2b54c6
commit 14d64e0dc2
3 changed files with 23 additions and 0 deletions

View File

@@ -18,5 +18,8 @@ Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
" Tpope
Plug 'tpope/vim-abolish'
" Misc
Plug 'godlygeek/tabular'
call plug#end()
doautocmd User PlugLoaded