Add vim-repeat

This commit is contained in:
Max Bucknell 2020-03-07 10:47:45 +11:00
parent 952e4518c9
commit b46067c07a

View file

@ -10,6 +10,9 @@ call plug#begin()
" Snippets
Plug 'SirVer/ultisnips'
" Repeating custom motions
Plug 'tpope/vim-repeat'
" Surround
Plug 'tpope/vim-surround'