aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorTeddy Wing2017-03-22 17:36:31 +0100
committerTeddy Wing2017-03-22 17:38:42 +0100
commit710d60e592c890ef59119c05f2a59eb33a410a7b (patch)
treefb121be85b29311d83c7b8b206c802687e5fd512 /.gitmodules
parent4c8ae42390953eb6cf5fb26264f0be43ccc98939 (diff)
downloaddotvim-710d60e592c890ef59119c05f2a59eb33a410a7b.tar.bz2
Add 'vim-repeat' plugin
Finally getting annoyed enough about not being able to '.'-repeat surround.vim commands. It's really nice to have repeating just work now.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 283108a..ffecfe4 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -70,3 +70,6 @@
[submodule "bundle/vim-rspec"]
path = bundle/vim-rspec
url = https://github.com/thoughtbot/vim-rspec.git
+[submodule "bundle/vim-repeat"]
+ path = bundle/vim-repeat
+ url = https://github.com/tpope/vim-repeat.git