Skip to content

Commit

Permalink
Converted nested repos to submodules.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobstr committed Feb 23, 2013
1 parent 5ffb571 commit fd299de
Show file tree
Hide file tree
Showing 16 changed files with 66 additions and 1,356 deletions.
63 changes: 63 additions & 0 deletions .gitmodules
@@ -0,0 +1,63 @@
[submodule "https:/github.com/tpope/vim-abolish.git"]
path = https:/github.com/tpope/vim-abolish.git
url = ./bundle/vim-abolish
[submodule "https:/github.com/rson/vim-bufstat.git"]
path = https:/github.com/rson/vim-bufstat.git
url = ./bundle/vim-bufstat
[submodule "bundle/ack.vim"]
path = bundle/ack.vim
url = git@github.com:mileszs/ack.vim.git
[submodule "bundle/ctrlp.vim"]
path = bundle/ctrlp.vim
url = git@github.com:kien/ctrlp.vim.git
[submodule "bundle/html5.vim"]
path = bundle/html5.vim
url = git://github.com/othree/html5.vim.git
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle/phpcomplete.vim"]
path = bundle/phpcomplete.vim
url = https://github.com/shawncplus/phpcomplete.vim.git
[submodule "bundle/rainbow_parentheses.vim"]
path = bundle/rainbow_parentheses.vim
url = https://github.com/kien/rainbow_parentheses.vim.git
[submodule "bundle/snipmate"]
path = bundle/snipmate
url = https://github.com/msanders/snipmate.vim.git
[submodule "bundle/vim-bufsurf"]
path = bundle/vim-bufsurf
url = https://github.com/ton/vim-bufsurf.git
[submodule "bundle/vim-coffee-script"]
path = bundle/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/vim-easymotion"]
path = bundle/vim-easymotion
url = https://github.com/Lokaltog/vim-easymotion.git
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "bundle/vim-jade"]
path = bundle/vim-jade
url = git://github.com/digitaltoad/vim-jade.git
[submodule "bundle/vim-latex"]
path = bundle/vim-latex
url = git://vim-latex.git.sourceforge.net/gitroot/vim-latex/vim-latex
[submodule "bundle/vim-nerdtree-tabs"]
path = bundle/vim-nerdtree-tabs
url = https://github.com/jistr/vim-nerdtree-tabs.git
[submodule "bundle/vim-powerline"]
path = bundle/vim-powerline
url = https://github.com/Lokaltog/vim-powerline.git
[submodule "bundle/vim-repeat"]
path = bundle/vim-repeat
url = https://github.com/tpope/vim-repeat.git
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule "bundle/vim-unimpaired"]
path = bundle/vim-unimpaired
url = https://github.com/tpope/vim-unimpaired.git
1 change: 1 addition & 0 deletions bundle/ack.vim
Submodule ack.vim added at 34d0b2
1 change: 0 additions & 1 deletion bundle/ack.vim/.gitignore

This file was deleted.

109 changes: 0 additions & 109 deletions bundle/ack.vim/README.md

This file was deleted.

23 changes: 0 additions & 23 deletions bundle/ack.vim/Rakefile

This file was deleted.

84 changes: 0 additions & 84 deletions bundle/ack.vim/doc/ack.txt

This file was deleted.

0 comments on commit fd299de

Please sign in to comment.