Skip to content

Commit

Permalink
correct the submodule paths for my plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
scrooloose committed Feb 28, 2011
1 parent 1e69049 commit d19c3e5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .gitmodules
Expand Up @@ -15,13 +15,13 @@
url = https://github.com/tpope/vim-ragtag.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = git@github.com:scrooloose/nerdtree.git
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = git@github.com:scrooloose/nerdcommenter.git
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = git@github.com:scrooloose/syntastic.git
url = https://github.com/scrooloose/syntastic.git
[submodule "bundle/csapprox"]
path = bundle/csapprox
url = https://github.com/godlygeek/csapprox.git
Expand Down Expand Up @@ -52,6 +52,9 @@
[submodule "bundle/markdown-runtime"]
path = bundle/markdown-runtime
url = https://github.com/tpope/vim-markdown.git
[submodule "bundle/ultisnips"]
path = bundle/ultisnips
url = https://github.com/vim-scripts/UltiSnips.git
[submodule "bundle/gundo"]
path = bundle/gundo
url = https://github.com/sjl/gundo.vim.git

0 comments on commit d19c3e5

Please sign in to comment.