Skip to content

Instantly share code, notes, and snippets.

@aussielunix
Created February 6, 2012 03:34
Show Gist options
  • Save aussielunix/1749376 to your computer and use it in GitHub Desktop.
Save aussielunix/1749376 to your computer and use it in GitHub Desktop.
lunix@glenmorangie] -> cat .gitmodules
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = git://github.com/scrooloose/syntastic.git
[submodule "bundle/puppet"]
path = bundle/puppet
url = git://github.com/rodjek/vim-puppet.git
[submodule "bundle/tabular"]
path = bundle/tabular
url = git://github.com/godlygeek/tabular.git
[submodule "bundle/snipmate"]
path = bundle/snipmate
url = git://github.com/msanders/snipmate.vim.git
[submodule "bundle/delmitmate"]
path = bundle/delmitmate
url = git://github.com/Raimondi/delimitMate.git
[submodule "bundle/markdown"]
path = bundle/markdown
url = git://github.com/tpope/vim-markdown.git
[~/.vim]
lunix@glenmorangie] -> head -2 ~/.vimrc
call pathogen#infect()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment