adding modules back

This commit is contained in:
Loic Nageleisen 2011-10-12 19:51:51 +02:00
parent 823dc26596
commit 9e96951a89
18 changed files with 65 additions and 0 deletions

48
.gitmodules vendored
View file

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