From 478dbc2507b515c318ae772eaa0c1e75f7117d49 Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Mon, 5 Nov 2012 20:26:59 -0500 Subject: [PATCH] add new submodules --- .gitmodules | 12 ++++++++++++ .vim/bundle/Command-T | 1 + .vim/bundle/vim-colors-solarized | 1 + .vim/bundle/vim-colorscheme-elrodeo | 1 + .vim/bundle/vim-fugitive | 1 + 5 files changed, 16 insertions(+) create mode 100644 .gitmodules create mode 160000 .vim/bundle/Command-T create mode 160000 .vim/bundle/vim-colors-solarized create mode 160000 .vim/bundle/vim-colorscheme-elrodeo create mode 160000 .vim/bundle/vim-fugitive diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..44f5b0c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,12 @@ +[submodule ".vim/bundle/Command-T"] + path = .vim/bundle/Command-T + url = git://github.com/wincent/Command-T.git +[submodule ".vim/bundle/vim-fugitive"] + path = .vim/bundle/vim-fugitive + url = git://github.com/tpope/vim-fugitive.git +[submodule ".vim/bundle/vim-colors-solarized"] + path = .vim/bundle/vim-colors-solarized + url = https://github.com/altercation/vim-colors-solarized +[submodule ".vim/bundle/vim-colorscheme-elrodeo"] + path = .vim/bundle/vim-colorscheme-elrodeo + url = git://github.com/chmllr/vim-colorscheme-elrodeo.git diff --git a/.vim/bundle/Command-T b/.vim/bundle/Command-T new file mode 160000 index 0000000..07087e1 --- /dev/null +++ b/.vim/bundle/Command-T @@ -0,0 +1 @@ +Subproject commit 07087e16ba8fe0a87b1d1ccd03e158a0157dc1f8 diff --git a/.vim/bundle/vim-colors-solarized b/.vim/bundle/vim-colors-solarized new file mode 160000 index 0000000..528a59f --- /dev/null +++ b/.vim/bundle/vim-colors-solarized @@ -0,0 +1 @@ +Subproject commit 528a59f26d12278698bb946f8fb82a63711eec21 diff --git a/.vim/bundle/vim-colorscheme-elrodeo b/.vim/bundle/vim-colorscheme-elrodeo new file mode 160000 index 0000000..01a2355 --- /dev/null +++ b/.vim/bundle/vim-colorscheme-elrodeo @@ -0,0 +1 @@ +Subproject commit 01a23559bbbb1f28ff13fa2f11dbe66c356ee8b4 diff --git a/.vim/bundle/vim-fugitive b/.vim/bundle/vim-fugitive new file mode 160000 index 0000000..003f38c --- /dev/null +++ b/.vim/bundle/vim-fugitive @@ -0,0 +1 @@ +Subproject commit 003f38c6a4d8e3d527e4e1dfeab6fdf05c8ff149