[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:
Bruno BELANYI 2020-06-20 18:15:52 +02:00
parent 5c1b7ce9ac
commit dac10cd0c2

View file

@ -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 {{{