From e423a667414ce5de5de45ffb562532b384a25a9c Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Mon, 5 Nov 2012 20:12:34 -0500 Subject: [PATCH] remove old submodules --- .gitmodules | 9 --------- .vim/plugins/Command-T | 1 - .vim/plugins/vim-colors-solarized | 1 - .vim/plugins/vim-colorscheme-elrodeo | 1 - .vimrc | 2 +- 5 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 .gitmodules delete mode 160000 .vim/plugins/Command-T delete mode 160000 .vim/plugins/vim-colors-solarized delete mode 160000 .vim/plugins/vim-colorscheme-elrodeo diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 08d518e..0000000 --- a/.gitmodules +++ /dev/null @@ -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 diff --git a/.vim/plugins/Command-T b/.vim/plugins/Command-T deleted file mode 160000 index ca5566e..0000000 --- a/.vim/plugins/Command-T +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ca5566eb312f57b9f4091023cfc03ad8e692bf29 diff --git a/.vim/plugins/vim-colors-solarized b/.vim/plugins/vim-colors-solarized deleted file mode 160000 index 528a59f..0000000 --- a/.vim/plugins/vim-colors-solarized +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 528a59f26d12278698bb946f8fb82a63711eec21 diff --git a/.vim/plugins/vim-colorscheme-elrodeo b/.vim/plugins/vim-colorscheme-elrodeo deleted file mode 160000 index df4a357..0000000 --- a/.vim/plugins/vim-colorscheme-elrodeo +++ /dev/null @@ -1 +0,0 @@ -Subproject commit df4a357b66bd2b46f682c3780791041b6b4ab963 diff --git a/.vimrc b/.vimrc index 96565ad..8ee13a6 100644 --- a/.vimrc +++ b/.vimrc @@ -1,7 +1,7 @@ """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " PLUGINS """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -call pathogen#infect("plugins") +call pathogen#infect() call pathogen#helptags() " Command-T Config