From 11ca45d2b481693db98ca795ebec73d086cef612 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 12 Apr 2011 19:18:33 +1200 Subject: Added a whole bunch of submodules, let's see how this works ... --- .gitmodules | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') 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 -- cgit v1.2.3