aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2011-04-12 22:20:44 +1200
committerTom Ryder <tom@sanctum.geek.nz>2011-04-12 22:20:44 +1200
commitebc36f9d6a60567d6439eb9138868240ccd7c197 (patch)
treeac86bfc26194dec6b888cd021078e1b2bd40acb0 /.gitmodules
parentThink that's done it. (diff)
downloaddotfiles-ebc36f9d6a60567d6439eb9138868240ccd7c197.tar.gz
dotfiles-ebc36f9d6a60567d6439eb9138868240ccd7c197.zip
Still playing around with this setup ...
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules18
1 files changed, 12 insertions, 6 deletions
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