aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2011-04-12 19:18:33 +1200
committerTom Ryder <tom@sanctum.geek.nz>2011-04-12 19:18:33 +1200
commit11ca45d2b481693db98ca795ebec73d086cef612 (patch)
tree57df0dd6c18963eedaf2b5e65f66999aabfaf005 /.gitmodules
parentAdding Pathogen file. (diff)
downloaddotfiles-11ca45d2b481693db98ca795ebec73d086cef612.tar.gz
dotfiles-11ca45d2b481693db98ca795ebec73d086cef612.zip
Added a whole bunch of submodules, let's see how this works ...
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules18
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 00000000..108c36ec
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,18 @@
+[submodule "vim/bundles/fugitive"]
+ path = vim/bundles/fugitive
+ url = http://github.com/tpope/vim-fugitive.git
+[submodule "vim/bundles/repeat"]
+ path = vim/bundles/repeat
+ url = http://github.com/tpope/vim-repeat.git
+[submodule "vim/bundles/surround"]
+ path = vim/bundles/surround
+ url = http://github.com/tpope/vim-surround.git
+[submodule "vim/bundles/unimpaired"]
+ path = vim/bundles/unimpaired
+ url = http://github.com/tpope/vim-unimpaired.git
+[submodule "vim/bundles/nerdcommenter"]
+ path = vim/bundles/nerdcommenter
+ url = git://github.com/scrooloose/nerdcommenter.git
+[submodule "vim/bundles/nerdtree"]
+ path = vim/bundles/nerdtree
+ url = git://github.com/scrooloose/nerdtree.git