Skip to content

Commit f49ca2a

Browse files
Add vim-repeat so that vim-surround commands are repeatable. (#36)
1 parent 74fffc5 commit f49ca2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vimrc

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ call plug#begin('~/.vim/bundle')
88
Plug 'ctrlpvim/ctrlp.vim'
99
Plug 'tpope/vim-abolish' " e.g crc = CoeRce Camelcase
1010
Plug 'tpope/vim-surround'
11+
Plug 'tpope/vim-repeat'
1112
Plug 'pbrisbin/vim-mkdir'
1213
Plug 'kana/vim-textobj-user'
1314
Plug 'janko-m/vim-test'

0 commit comments

Comments
 (0)