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