Add a vim alignment plugin

This commit is contained in:
Michael Campagnaro 2017-06-16 16:16:34 -04:00
parent 8286cbffd3
commit 1f42abcb92

9
vimrc
View File

@ -44,7 +44,8 @@ Plug 'craigemery/vim-autotag'
Plug 'jeetsukumaran/vim-filesearch'
Plug 'embear/vim-localvimrc'
Plug 'rking/ag.vim'
Plug 'nelstrom/vim-qargs'
Plug 'nelstrom/vim-qargs' " For search and replace
Plug 'tommcdo/vim-lion' " For text alignment, use gl= and gL=
" Async commands + build error highlighting
Plug 'skywind3000/asyncrun.vim'
@ -574,6 +575,12 @@ vnoremap p "_dP
:ab constnat constant
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" TEXT ALIGNMENT PLUGIN
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
let b:lion_squeeze_spaces = 1
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" MULTIPURPOSE TAB KEY
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""