summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-08-26 23:12:20 -0400
committerJesse Luehrs <doy@tozt.net>2013-08-26 23:14:10 -0400
commitad86371f93e2b97b475b9ae9dc22eec468751721 (patch)
tree43a6e6ab7822894c80d3bb244d6bd5fee8640d95 /.gitmodules
parentbafa7b736b08de2faad9e02891c6bf2daee4321f (diff)
downloadconf-ad86371f93e2b97b475b9ae9dc22eec468751721.tar.gz
conf-ad86371f93e2b97b475b9ae9dc22eec468751721.zip
fix submodules
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules58
1 files changed, 29 insertions, 29 deletions
diff --git a/.gitmodules b/.gitmodules
index ce74a00..c603cda 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,45 +1,45 @@
[submodule "vim/bundle/pathogen"]
path = vim/bundle/pathogen
- url = git://github.com/tpope/vim-pathogen.git
-[submodule "vim/bundle/snipmate"]
- path = vim/bundle/snipmate
- url = git://github.com/msanders/snipmate.vim
-[submodule "vim/bundle/supertab"]
- path = vim/bundle/supertab
- url = git://github.com/ervandew/supertab.git
+ url = git://github.com/tpope/vim-pathogen
[submodule "vim/bundle/emmet"]
path = vim/bundle/emmet
url = git://github.com/mattn/emmet-vim
-[submodule "vim/bundle/tcomment"]
- path = vim/bundle/tcomment
- url = git://github.com/tomtom/tcomment_vim.git
-[submodule "vim/bundle/git"]
- path = vim/bundle/git
- url = git://github.com/tpope/vim-git.git
+[submodule "vim/bundle/foldtext"]
+ path = vim/bundle/foldtext
+ url = git://github.com/doy/vim-foldtext
[submodule "vim/bundle/fuzzyfinder"]
path = vim/bundle/fuzzyfinder
- url = git://github.com/vim-scripts/FuzzyFinder.git
+ url = git://github.com/vim-scripts/FuzzyFinder
+[submodule "vim/bundle/git"]
+ path = vim/bundle/git
+ url = git://github.com/tpope/vim-git
+[submodule "vim/bundle/gundo"]
+ path = vim/bundle/gundo
+ url = git://github.com/sjl/gundo.vim
[submodule "vim/bundle/l9"]
path = vim/bundle/l9
- url = git://github.com/vim-scripts/L9.git
+ url = git://github.com/vim-scripts/L9
+[submodule "vim/bundle/move"]
+ path = vim/bundle/move
+ url = git://github.com/matze/vim-move
[submodule "vim/bundle/perl"]
path = vim/bundle/perl
- url = git://github.com/vim-perl/vim-perl.git
+ url = git://github.com/vim-perl/vim-perl
+[submodule "vim/bundle/scala"]
+ path = vim/bundle/scala
+ url = git://github.com/derekwyatt/vim-scala
+[submodule "vim/bundle/snipmate"]
+ path = vim/bundle/snipmate
+ url = git://github.com/msanders/snipmate.vim
+[submodule "vim/bundle/supertab"]
+ path = vim/bundle/supertab
+ url = git://github.com/ervandew/supertab
+[submodule "vim/bundle/tcomment"]
+ path = vim/bundle/tcomment
+ url = git://github.com/tomtom/tcomment_vim
[submodule "vim/bundle/textobj"]
path = vim/bundle/textobj
- url = git://github.com/doy/vim-textobj.git
-[submodule "vim/bundle/foldtext"]
- path = vim/bundle/foldtext
- url = git://github.com/doy/vim-foldtext.git
-[submodule "vim/bundle/gundo"]
- path = vim/bundle/gundo
- url = git://github.com/sjl/gundo.vim.git
+ url = git://github.com/doy/vim-textobj
[submodule "zsh/zsh-syntax-highlighting"]
path = zsh/zsh-syntax-highlighting
url = git://github.com/zsh-users/zsh-syntax-highlighting
-[submodule "vim/bundle/vim-scala"]
- path = vim/bundle/vim-scala
- url = git://github.com/derekwyatt/vim-scala.git
-[submodule "vim/bundle/vim-move"]
- path = vim/bundle/vim-move
- url = git://github.com/matze/vim-move