From 8eee1c45bef74aa6094f463f9888ac653958b3dc Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Mon, 30 Mar 2015 10:25:12 +0200 Subject: Moving back to stow for management reasons: dotfiles.sh misbehaving on freebsd --- .gitmodules | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 93ccec3..b993b7a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,24 +1,21 @@ -[submodule "dotfiles"] - path = dotfiles - url = https://github.com/jbernard/dotfiles.git -[submodule "vim/vim-pathogen"] - path = vim/vim-pathogen +[submodule "vim/.vim/vim-pathogen"] + path = vim/.vim/vim-pathogen url = https://github.com/tpope/vim-pathogen.git -[submodule "vim/bundle/nerdtree"] - path = vim/bundle/nerdtree +[submodule "vim/.vim/bundle/nerdtree"] + path = vim/.vim/bundle/nerdtree url = https://github.com/scrooloose/nerdtree.git -[submodule "vim/bundle/supertab"] - path = vim/bundle/supertab +[submodule "vim/.vim/bundle/supertab"] + path = vim/.vim/bundle/supertab url = https://github.com/ervandew/supertab.git -[submodule "vim/bundle/syntastic"] - path = vim/bundle/syntastic +[submodule "vim/.vim/bundle/syntastic"] + path = vim/.vim/bundle/syntastic url = https://github.com/scrooloose/syntastic.git -[submodule "vim/bundle/vim-fugitive"] - path = vim/bundle/vim-fugitive +[submodule "vim/.vim/bundle/vim-fugitive"] + path = vim/.vim/bundle/vim-fugitive url = https://github.com/tpope/vim-fugitive.git -[submodule "vim/bundle/vim-nerdtree-tabs"] - path = vim/bundle/vim-nerdtree-tabs +[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/bundle/nerdcommenter"] - path = vim/bundle/nerdcommenter +[submodule "vim/.vim/bundle/nerdcommenter"] + path = vim/.vim/bundle/nerdcommenter url = https://github.com/scrooloose/nerdcommenter.git -- cgit v1.2.3