vim-repeat plugin
This commit is contained in:
parent
8a6f97c21f
commit
ad72276808
3
vimrc
3
vimrc
|
@ -73,6 +73,9 @@ Plugin 'posva/vim-vue'
|
||||||
" vim-commentary
|
" vim-commentary
|
||||||
" https://github.com/tpope/vim-commentary
|
" https://github.com/tpope/vim-commentary
|
||||||
Plugin 'tpope/vim-commentary'
|
Plugin 'tpope/vim-commentary'
|
||||||
|
" vim-repeat
|
||||||
|
" https://github.com/tpope/vim-repeat
|
||||||
|
Plugin 'tpope/vim-repeat'
|
||||||
|
|
||||||
|
|
||||||
" All of your Plugins must be added before the following line
|
" All of your Plugins must be added before the following line
|
||||||
|
|
Loading…
Reference in New Issue