Add vim abolish plugin
This commit is contained in:
parent
8a46757cad
commit
7c7fa37a41
3
vimrc
3
vimrc
|
@ -49,6 +49,9 @@ Plug 'rking/ag.vim'
|
||||||
Plug 'nelstrom/vim-qargs' " For search and replace
|
Plug 'nelstrom/vim-qargs' " For search and replace
|
||||||
Plug 'tommcdo/vim-lion' " For text alignment, use gl= and gL=
|
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
|
" Maintain a manually-defined jump stack. Set with zp and pop with zP
|
||||||
Plug 'tommcdo/vim-kangaroo'
|
Plug 'tommcdo/vim-kangaroo'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user