[ADD][VIM] Better increment/decrement commands
On top of it's stated goal, this enables an easy way to create numbered lists
This commit is contained in:
parent
5c1b7ce9ac
commit
dac10cd0c2
|
@ -130,6 +130,8 @@ Plug 'tpope/vim-surround'
|
|||
Plug 'tpope/vim-repeat'
|
||||
" Some ex command mappings
|
||||
Plug 'tpope/vim-unimpaired'
|
||||
" Super-powered increment/decrement
|
||||
Plug 'tpope/vim-speeddating'
|
||||
" }}}
|
||||
|
||||
" Snippets {{{
|
||||
|
|
Loading…
Reference in a new issue