Add vim-repeat
This commit is contained in:
parent
952e4518c9
commit
b46067c07a
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ call plug#begin()
|
||||||
" Snippets
|
" Snippets
|
||||||
Plug 'SirVer/ultisnips'
|
Plug 'SirVer/ultisnips'
|
||||||
|
|
||||||
|
" Repeating custom motions
|
||||||
|
Plug 'tpope/vim-repeat'
|
||||||
|
|
||||||
" Surround
|
" Surround
|
||||||
Plug 'tpope/vim-surround'
|
Plug 'tpope/vim-surround'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue