Add a vim plugin for custom jump stack
This commit is contained in:
parent
1f42abcb92
commit
961b45cdae
3
vimrc
3
vimrc
|
@ -47,6 +47,9 @@ Plug 'rking/ag.vim'
|
|||
Plug 'nelstrom/vim-qargs' " For search and replace
|
||||
Plug 'tommcdo/vim-lion' " For text alignment, use gl= and gL=
|
||||
|
||||
" Maintain a manually-defined jump stack. Set with zp and pop with zP
|
||||
Plug 'tommcdo/vim-kangaroo'
|
||||
|
||||
" Async commands + build error highlighting
|
||||
Plug 'skywind3000/asyncrun.vim'
|
||||
Plug 'mh21/errormarker.vim'
|
||||
|
|
Loading…
Reference in New Issue
Block a user