remove old submodules

This commit is contained in:
Michael Campagnaro 2012-11-05 20:12:34 -05:00
parent ffe0142fed
commit e423a66741
5 changed files with 1 additions and 13 deletions

9
.gitmodules vendored
View File

@ -1,9 +0,0 @@
[submodule ".vim/plugins/Command-T"]
path = .vim/plugins/Command-T
url = https://github.com/wincent/Command-T.git
[submodule ".vim/plugins/vim-colors-solarized"]
path = .vim/plugins/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized
[submodule ".vim/plugins/vim-colorscheme-elrodeo"]
path = .vim/plugins/vim-colorscheme-elrodeo
url = https://github.com/chmllr/vim-colorscheme-elrodeo.git

@ -1 +0,0 @@
Subproject commit ca5566eb312f57b9f4091023cfc03ad8e692bf29

@ -1 +0,0 @@
Subproject commit 528a59f26d12278698bb946f8fb82a63711eec21

@ -1 +0,0 @@
Subproject commit df4a357b66bd2b46f682c3780791041b6b4ab963

2
.vimrc
View File

@ -1,7 +1,7 @@
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" PLUGINS " PLUGINS
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
call pathogen#infect("plugins") call pathogen#infect()
call pathogen#helptags() call pathogen#helptags()
" Command-T Config " Command-T Config