summary refs log tree commit diff
path: root/.gitmodules
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2012-01-14 19:46:03 -0500
committerJune McEnroe <programble@gmail.com>2012-01-14 19:46:03 -0500
commit80f3157c46f6808def37ac93d3fb4c4c8263c014 (patch)
treeeecadb1f2852fad24aff7d16a46f14bf73412985 /.gitmodules
downloadsrc-80f3157c46f6808def37ac93d3fb4c4c8263c014.tar.gz
src-80f3157c46f6808def37ac93d3fb4c4c8263c014.zip
Initial commit
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules24
1 files changed, 24 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 00000000..87514d90
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,24 @@
+[submodule "bundle/vim-pathogen"]
+	path = bundle/vim-pathogen
+	url = https://github.com/tpope/vim-pathogen.git
+[submodule "bundle/ctrlp.vim"]
+	path = bundle/ctrlp.vim
+	url = https://github.com/kien/ctrlp.vim.git
+[submodule "bundle/Vim-Tomorrow-Theme"]
+	path = bundle/Vim-Tomorrow-Theme
+	url = git://github.com/programble/Vim-Tomorrow-Theme.git
+[submodule "bundle/vim-pasta"]
+	path = bundle/vim-pasta
+	url = https://github.com/sickill/vim-pasta.git
+[submodule "bundle/vim-fugitive"]
+	path = bundle/vim-fugitive
+	url = https://github.com/tpope/vim-fugitive.git
+[submodule "bundle/nerdcommenter"]
+	path = bundle/nerdcommenter
+	url = https://github.com/ddollar/nerdcommenter.git
+[submodule "bundle/nerdtree"]
+	path = bundle/nerdtree
+	url = https://github.com/scrooloose/nerdtree.git
+[submodule "bundle/vim-buffergator"]
+	path = bundle/vim-buffergator
+	url = https://github.com/jeetsukumaran/vim-buffergator.git