Add a vim alignment plugin
This commit is contained in:
parent
8286cbffd3
commit
1f42abcb92
9
vimrc
9
vimrc
|
@ -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
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
|
|
Loading…
Reference in New Issue
Block a user