aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-14 19:27:40 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-14 19:27:40 +1200
commitd59aa03c88a4b4dadf8f8b4f233d58a9684e8b61 (patch)
tree7dc558e3a4f5070a855fa3e70f861d486b684434 /.gitmodules
parentMerge branch 'release/v1.28.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-d59aa03c88a4b4dadf8f8b4f233d58a9684e8b61.tar.gz
dotfiles-d59aa03c88a4b4dadf8f8b4f233d58a9684e8b61.zip
Merge branch 'release/v1.29.0'v1.29.0
* release/v1.29.0: Bump VERSION Adjust syntax settings in .vimrc Adjust mapping comment for consistency Add and configure digraph_search.vim plugin Increase Vim mapping 'timeout' to 3 seconds
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index af225c02..e52d990e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -68,3 +68,6 @@
[submodule "vim/bundle/surround"]
path = vim/bundle/surround
url = https://sanctum.geek.nz/clone/vim-surround.git
+[submodule "vim/bundle/digraph_search"]
+ path = vim/bundle/digraph_search
+ url = https://sanctum.geek.nz/code/vim-digraph-search.git