From ebc36f9d6a60567d6439eb9138868240ccd7c197 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 12 Apr 2011 22:20:44 +1200 Subject: Still playing around with this setup ... --- .gitmodules | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index e91e14bb..b6d5d7f3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,11 @@ +[submodule "vim/bundle/nerdcommenter"] + path = vim/bundle/nerdcommenter + url = git://github.com/scrooloose/nerdcommenter.git + ignore = dirty +[submodule "vim/bundle/nerdtree"] + path = vim/bundle/nerdtree + url = git://github.com/scrooloose/nerdtree.git + ignore = dirty [submodule "vim/bundle/repeat"] path = vim/bundle/repeat url = http://github.com/tpope/vim-repeat.git @@ -6,9 +14,7 @@ path = vim/bundle/surround url = http://github.com/tpope/vim-surround.git ignore = dirty -[submodule "vim/bundle/nerdcommenter"] - path = vim/bundle/nerdcommenter - url = git://github.com/scrooloose/nerdcommenter.git -[submodule "vim/bundle/nerdtree"] - path = vim/bundle/nerdtree - url = git://github.com/scrooloose/nerdtree.git +[submodule "vim/bundle/unimpaired"] + path = vim/bundle/unimpaired + url = git://github.com/tpope/vim-unimpaired.git + ignore = dirty -- cgit v1.2.3