aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
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