Add vim abolish plugin

This commit is contained in:
Michael Campagnaro 2017-06-16 16:51:49 -04:00
parent 8a46757cad
commit 7c7fa37a41

3
vimrc
View File

@ -49,6 +49,9 @@ Plug 'rking/ag.vim'
Plug 'nelstrom/vim-qargs' " For search and replace
Plug 'tommcdo/vim-lion' " For text alignment, use gl= and gL=
" Easily search for, substitute, and abbreviate multiple variants of a word
Plug 'tpope/tpope-vim-abolish'
" Maintain a manually-defined jump stack. Set with zp and pop with zP
Plug 'tommcdo/vim-kangaroo'