aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-02-12 20:09:18 +0100
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-02-12 20:09:18 +0100
commit29b37493aa0f914105a1b17f020e1591b2ba47c0 (patch)
tree9e62cc88e953d0cb0c74fdfe7cf076112160032e
parentf8eb3c802d157f6d16d1340bbf89b36258261fae (diff)
downloaddotfiles-29b37493aa0f914105a1b17f020e1591b2ba47c0.tar.gz
dotfiles-29b37493aa0f914105a1b17f020e1591b2ba47c0.tar.bz2
dotfiles-29b37493aa0f914105a1b17f020e1591b2ba47c0.zip
Fixed urls for submodules
-rw-r--r--.gitmodules9
m---------vim/.vim/bundle/snipmate.vim0
2 files changed, 3 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules
index 8dc0669..2d31281 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,12 +1,9 @@
1[submodule "vim/.vim/vim-pathogen"] 1[submodule "vim/.vim/vim-pathogen"]
2 path = vim/.vim/vim-pathogen 2 path = vim/.vim/vim-pathogen
3 url = git@github.com:tpope/vim-pathogen.git 3 url = https://github.com/tpope/vim-pathogen.git
4[submodule "vim/.vim/bundle/nerdtree"] 4[submodule "vim/.vim/bundle/nerdtree"]
5 path = vim/.vim/bundle/nerdtree 5 path = vim/.vim/bundle/nerdtree
6 url = git@github.com:scrooloose/nerdtree.git 6 url = https://github.com/scrooloose/nerdtree.git
7[submodule "vim/.vim/bundle/supertab"] 7[submodule "vim/.vim/bundle/supertab"]
8 path = vim/.vim/bundle/supertab 8 path = vim/.vim/bundle/supertab
9 url = git@github.com:ervandew/supertab.git 9 url = https://github.com/ervandew/supertab.git
10[submodule "vim/.vim/bundle/snipmate.vim"]
11 path = vim/.vim/bundle/snipmate.vim
12 url = git@github.com:msanders/snipmate.vim.git
diff --git a/vim/.vim/bundle/snipmate.vim b/vim/.vim/bundle/snipmate.vim
deleted file mode 160000
Subproject f5a75d075d3c005ebe69e3f5e56cf99516e8aa3