From a59d92bf52c5473f850bac3f3b88fad34242cda4 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Mon, 30 Mar 2015 10:46:15 +0200 Subject: Fixed submodules --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index b993b7a..bae5311 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,9 @@ [submodule "vim/.vim/vim-pathogen"] path = vim/.vim/vim-pathogen url = https://github.com/tpope/vim-pathogen.git +[submodule "vim/.vim/bundle/nerdcommenter"] + path = vim/.vim/bundle/nerdcommenter + url = https://github.com/scrooloose/nerdcommenter.git [submodule "vim/.vim/bundle/nerdtree"] path = vim/.vim/bundle/nerdtree url = https://github.com/scrooloose/nerdtree.git @@ -16,6 +19,3 @@ [submodule "vim/.vim/bundle/vim-nerdtree-tabs"] path = vim/.vim/bundle/vim-nerdtree-tabs url = https://github.com/jistr/vim-nerdtree-tabs.git -[submodule "vim/.vim/bundle/nerdcommenter"] - path = vim/.vim/bundle/nerdcommenter - url = https://github.com/scrooloose/nerdcommenter.git -- cgit v1.2.3