Skip to content

Instantly share code, notes, and snippets.

@sente
Created June 27, 2014 15:33
Show Gist options
  • Select an option

  • Save sente/e4213312a491dcbc553c to your computer and use it in GitHub Desktop.

Select an option

Save sente/e4213312a491dcbc553c to your computer and use it in GitHub Desktop.
git submodules for vim
[submodule ".vim/bundle/vim-pathogen"]
path = bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule ".vim/bundle/delmitmate"]
path = bundle/delmitmate
url = git://github.com/Raimondi/delimitMate.git
[submodule ".vim/bundle/closetag"]
path = bundle/closetag
url = git://github.com/docunext/closetag.vim.git
[submodule ".vim/bundle/supertab"]
path = bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule ".vim/bundle/solarized"]
path = bundle/solarized
url = git://github.com/altercation/vim-colors-solarized.git
[submodule ".vim/bundle/vim-indent-guides"]
path = bundle/vim-indent-guides
url = git://github.com/nathanaelkane/vim-indent-guides.git
[submodule ".vim/bundle/gundo"]
path = bundle/gundo
url = https://github.com/sjl/gundo.vim
[submodule ".vim/bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/fugitive"]
path = bundle/fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/tagbar"]
path = bundle/tagbar
url = https://github.com/majutsushi/tagbar.git
[submodule ".vim/bundle/Conque-Shell"]
path = bundle/Conque-Shell
url = https://github.com/lrvick/Conque-Shell.git
[submodule ".vim/bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "bundle/Command-T"]
path = bundle/Command-T
url = https://github.com/vim-scripts/Command-T.git
[submodule "bundle/coffee-script"]
path = bundle/coffee-script
url = https://github.com/kchmck/vim-coffee-script
[submodule "bundle/less"]
path = bundle/less
url = https://github.com/groenewege/vim-less.git
[submodule "bundle/rainbow_parentheses"]
path = bundle/rainbow_parentheses
url = https://github.com/kien/rainbow_parentheses.vim.git
[submodule "bundle/unimpaired"]
path = bundle/unimpaired
url = git://github.com/tpope/vim-unimpaired.git
[submodule "bundle/jade"]
path = bundle/jade
url = https://github.com/digitaltoad/vim-jade.git
[submodule "bundle/stylus"]
path = bundle/stylus
url = https://github.com/wavded/vim-stylus.git
[submodule "bundle/editorconfig"]
path = bundle/editorconfig
url = git://github.com/editorconfig/editorconfig-vim.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment