dotfiles/.gitmodules

145 lines
5.3 KiB
Plaintext
Raw Normal View History

[submodule "vim/bundle/fugitive"]
path = vim/bundle/fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/NERDCommenter"]
path = vim/bundle/NERDCommenter
url = git://github.com/scrooloose/nerdcommenter.git
[submodule "vim/bundle/repeat"]
path = vim/bundle/repeat
url = git://github.com/tpope/vim-repeat.git
[submodule "vim/bundle/abolish"]
path = vim/bundle/abolish
url = git://github.com/tpope/vim-abolish.git
[submodule "vim/bundle/surround"]
path = vim/bundle/surround
url = git://github.com/tpope/vim-surround.git
[submodule "vim/bundle/ragtag"]
path = vim/bundle/ragtag
url = git://github.com/tpope/vim-ragtag.git
[submodule "vim/bundle/markdown"]
path = vim/bundle/markdown
url = git://github.com/tpope/vim-markdown.git
[submodule "vim/bundle/rake"]
path = vim/bundle/rake
url = git://github.com/tpope/vim-rake.git
[submodule "vim/bundle/git"]
path = vim/bundle/git
url = git://github.com/tpope/vim-git.git
[submodule "vim/bundle/syntastic"]
path = vim/bundle/syntastic
url = git://github.com/scrooloose/syntastic.git
[submodule "vim/bundle/haml"]
path = vim/bundle/haml
url = git://github.com/tpope/vim-haml.git
[submodule "vim/bundle/unimpaired"]
path = vim/bundle/unimpaired
url = git://github.com/tpope/vim-unimpaired.git
[submodule "vim/bundle/rails"]
path = vim/bundle/rails
url = git://github.com/tpope/vim-rails.git
[submodule "vim/bundle/cucumber"]
path = vim/bundle/cucumber
url = git://github.com/tpope/vim-cucumber.git
[submodule "vim/bundle/endwise"]
path = vim/bundle/endwise
url = git://github.com/tpope/vim-endwise.git
2010-11-30 01:14:50 +11:00
[submodule "vim/bundle/autoclose"]
path = vim/bundle/autoclose
url = git://github.com/Townk/vim-autoclose.git
2010-11-30 01:35:37 +11:00
[submodule "vim/bundle/snipmate"]
path = vim/bundle/snipmate
url = git://github.com/msanders/snipmate.vim.git
2010-12-06 12:49:44 +11:00
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = git://github.com/scrooloose/nerdtree.git
2010-12-22 00:36:27 +11:00
[submodule "vim/bundle/command-t"]
path = vim/bundle/command-t
url = git://git.wincent.com/command-t.git
2010-12-22 01:03:25 +11:00
[submodule "vim/bundle/Conque-Shell"]
path = vim/bundle/Conque-Shell
url = git://github.com/vim-scripts/Conque-Shell.git
2010-12-22 01:03:25 +11:00
[submodule "vim/bundle/align"]
path = vim/bundle/align
url = git://github.com/tsaleh/vim-align.git
[submodule "vim/bundle/markdown-preview"]
path = vim/bundle/markdown-preview
url = git://github.com/robgleeson/vim-markdown-preview.git
[submodule "vim/bundle/supertab"]
path = vim/bundle/supertab
url = git://github.com/ervandew/supertab.git
2010-12-22 01:03:25 +11:00
[submodule "vim/bundle/javascript"]
path = vim/bundle/javascript
url = git://github.com/pangloss/vim-javascript.git
2010-12-22 01:03:25 +11:00
[submodule "vim/bundle/indent-object"]
path = vim/bundle/indent-object
url = git://github.com/michaeljsmith/vim-indent-object.git
2010-12-22 01:03:25 +11:00
[submodule "vim/bundle/taglist"]
path = vim/bundle/taglist
url = git://github.com/vim-scripts/taglist.vim.git
[submodule "vim/bundle/matchit"]
path = vim/bundle/matchit
url = git://github.com/mhz/vim-matchit.git
[submodule "vim/bundle/textobj-user"]
path = vim/bundle/textobj-user
url = git://github.com/kana/vim-textobj-user.git
[submodule "vim/bundle/textobj-rubyblock"]
path = vim/bundle/textobj-rubyblock
url = git://github.com/nelstrom/vim-textobj-rubyblock.git
[submodule "vim/bundle/tabular"]
path = vim/bundle/tabular
url = git://github.com/godlygeek/tabular.git
[submodule "vim/bundle/ruby-refactoring"]
path = vim/bundle/ruby-refactoring
url = git://github.com/ecomba/vim-ruby-refactoring.git
[submodule "vim/bundle/AutoAlign"]
path = vim/bundle/AutoAlign
url = git://github.com/vim-scripts/AutoAlign.git
[submodule "vim/bundle/nginx"]
path = vim/bundle/nginx
url = git://github.com/vim-scripts/nginx.vim.git
[submodule "vim/bundle/vimwiki"]
path = vim/bundle/vimwiki
url = git://github.com/vim-scripts/vimwiki.git
[submodule "vim/bundle/speeddating"]
path = vim/bundle/speeddating
url = git://github.com/vim-scripts/speeddating.vim.git
[submodule "vim/bundle/ruby"]
path = vim/bundle/ruby
url = git://github.com/vim-ruby/vim-ruby.git
2011-02-08 22:24:35 +11:00
[submodule "vim/bundle/indent-guides"]
path = vim/bundle/indent-guides
url = git://github.com/nathanaelkane/vim-indent-guides.git
2011-02-08 22:24:35 +11:00
[submodule "vim/snippets"]
path = vim/snippets
url = git://github.com/scrooloose/snipmate-snippets.git
2011-02-20 16:57:19 +11:00
[submodule "vim/bundle/vim-css-color"]
path = vim/bundle/vim-css-color
url = git://github.com/skammer/vim-css-color.git
2011-02-21 15:48:37 +11:00
[submodule "vim/bundle/AutoCloseTag"]
path = vim/bundle/AutoCloseTag
url = git://github.com/vim-scripts/HTML-AutoCloseTag.git
2011-02-21 15:48:37 +11:00
[submodule "vim/bundle/Ack.vim"]
path = vim/bundle/Ack.vim
url = git://github.com/mileszs/ack.vim.git
2011-02-21 15:48:37 +11:00
[submodule "vim/bundle/vim-flog"]
path = vim/bundle/vim-flog
url = git://github.com/fousa/vim-flog.git
2011-03-24 16:27:12 +11:00
[submodule "vim/bundle/extradite"]
path = vim/bundle/extradite
url = git://github.com/int3/vim-extradite.git
2011-04-16 12:21:36 +10:00
[submodule "vim/bundle/VimClojure"]
path = vim/bundle/VimClojure
url = git://github.com/vim-scripts/VimClojure.git
2011-04-16 12:21:36 +10:00
[submodule "vim/bundle/vim-solarized"]
path = vim/bundle/vim-solarized
url = git://github.com/altercation/vim-colors-solarized.git
2011-04-28 02:45:57 +10:00
[submodule "vim/bundle/git-grep"]
path = vim/bundle/git-grep
url = git://github.com/tjennings/git-grep-vim.git
2011-04-30 00:49:16 +10:00
[submodule "vim/bundle/mru.vim"]
path = vim/bundle/mru.vim
url = git://github.com/vim-scripts/mru.vim.git
2011-05-27 13:00:17 +10:00
[submodule "vim/bundle/ZoomWin"]
path = vim/bundle/ZoomWin
url = https://github.com/vim-scripts/ZoomWin.git