mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
adding the vim-repeat module, which makes it possible to use the
. character to repeat the complex functions used by vim-surround.
This commit is contained in:
parent
a7e95b25ac
commit
a0463ef232
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -97,3 +97,6 @@
|
|||
[submodule "vim/bundle/vim-signify"]
|
||||
path = vim/bundle/vim-signify
|
||||
url = https://github.com/mhinz/vim-signify
|
||||
[submodule "vim/bundle/vim-repeat"]
|
||||
path = vim/bundle/vim-repeat
|
||||
url = https://github.com/tpope/vim-repeat.git
|
||||
|
|
1
vim/bundle/vim-repeat
Submodule
1
vim/bundle/vim-repeat
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 2a3c5f8e3c26a57b8eb4cfc4be79615a1c508ef6
|
Loading…
Reference in a new issue