aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-18 11:11:52 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-18 11:11:52 +1200
commitec20b894d64dbcf642fa6a3d9b25f876e2d2ea75 (patch)
tree3938d291f3f52af1ed2e270179dad97f99272db0 /.gitmodules
parentReplace gundo with undotree (diff)
downloaddotfiles-ec20b894d64dbcf642fa6a3d9b25f876e2d2ea75.tar.gz
dotfiles-ec20b894d64dbcf642fa6a3d9b25f876e2d2ea75.zip
Start using ack more seriously
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 141136f1..0d35a501 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -86,3 +86,6 @@
path = vim/bundle/undotree
url = git://github.com/mbbill/undotree
ignore = dirty
+[submodule "vim/bundle/ack"]
+ path = vim/bundle/ack
+ url = git://github.com/mileszs/ack.vim