aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-01-20 11:03:50 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-01-20 11:03:50 +1300
commit3348ea93c538ea37076a6175e48b3c3ba25ac8f3 (patch)
tree547b7871a50ed4a887153ca22ced9fc703a006ac /.gitmodules
parentOops, should probably use $ consistently. (diff)
downloaddotfiles-3348ea93c538ea37076a6175e48b3c3ba25ac8f3.tar.gz
dotfiles-3348ea93c538ea37076a6175e48b3c3ba25ac8f3.zip
Add tpope's repeat and surround plugins.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 7d62607d..f3191310 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -7,3 +7,9 @@
[submodule "vim/bundle/sahara"]
path = vim/bundle/sahara
url = git://github.com/tejr/sahara.git
+[submodule "vim/bundle/repeat"]
+ path = vim/bundle/repeat
+ url = git://github.com/tpope/vim-repeat.git
+[submodule "vim/bundle/surround"]
+ path = vim/bundle/surround
+ url = git://github.com/tpope/vim-surround.git