Pathogen update and refactoring

- Now using g:pathogen_disabled instead of symlinking
- Resetting submodules to start over cleanly
- Pathogen is a submodule too now
This commit is contained in:
Loic Nageleisen 2011-10-12 19:28:11 +02:00
parent 647a7abb6a
commit 6ae6b994f4
34 changed files with 20 additions and 239 deletions

54
.gitmodules vendored
View file

@ -1,51 +1,3 @@
[submodule "bundle.available/vim-colors-solarized"]
path = bundle.available/vim-colors-solarized
url = http://github.com/altercation/vim-colors-solarized.git
[submodule "bundle.available/command-t"]
path = bundle.available/command-t
url = https://github.com/wincent/Command-T.git
[submodule "bundle.available/supertab"]
path = bundle.available/supertab
url = https://github.com/ervandew/supertab.git
[submodule "bundle.available/vim-markdown"]
path = bundle.available/vim-markdown
url = https://github.com/plasticboy/vim-markdown.git
[submodule "bundle.available/vim-surround"]
path = bundle.available/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule "bundle.available/matchit"]
path = bundle.available/matchit
url = https://github.com/edsono/vim-matchit
[submodule "bundle.available/ack.vim"]
path = bundle.available/ack.vim
url = https://github.com/mileszs/ack.vim.git
[submodule "bundle.available/vcscommand"]
path = bundle.available/vcscommand
url = git://repo.or.cz/vcscommand
[submodule "bundle.available/git-vim"]
path = bundle.available/git-vim
url = https://github.com/motemen/git-vim.git
[submodule "bundle.available/closetag"]
path = bundle.available/closetag
url = git://github.com/docunext/closetag.vim.git
[submodule "bundle.available/pyflakes"]
path = bundle.available/pyflakes
url = git://github.com/kevinw/pyflakes-vim.git
[submodule "bundle.available/nerdcommenter"]
path = bundle.available/nerdcommenter
url = git://github.com/scrooloose/nerdcommenter.git
[submodule "bundle.available/fugitive"]
path = bundle.available/fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule "bundle.available/tagbar"]
path = bundle.available/tagbar
url = git://github.com/majutsushi/tagbar.git
[submodule "bundle.available/delimitmate"]
path = bundle.available/delimitmate
url = git://github.com/Raimondi/delimitMate.git
[submodule "bundle.available/vim-less"]
path = bundle.available/vim-less
url = https://github.com/groenewege/vim-less.git
[submodule "bundle.available/vim-coffee-script"]
path = bundle.available/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/vim-pathogen"]
path = bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git