aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-30 18:20:41 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-30 18:20:41 +1200
commitffd2d6187019dc50997a0ca52b0ffbdd3948de33 (patch)
tree10a6f3af68b4e9b4514b9da1b60a4e871d46f8a3 /.gitmodules
parentAdd cmdwin_ctrlc Vim plugin (diff)
downloaddotfiles-ffd2d6187019dc50997a0ca52b0ffbdd3948de33.tar.gz
dotfiles-ffd2d6187019dc50997a0ca52b0ffbdd3948de33.zip
Add insert_timeout.vim plugin
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 5542fe7b..14a95b64 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -17,6 +17,9 @@
[submodule "vim/bundle/insert_suspend_hlsearch"]
path = vim/bundle/insert_suspend_hlsearch
url = https://sanctum.geek.nz/code/vim-insert-suspend-hlsearch.git
+[submodule "vim/bundle/insert_timeout"]
+ path = vim/bundle/insert_timeout
+ url = https://sanctum.geek.nz/code/vim-insert-timeout.git
[submodule "vim/bundle/paste_open"]
path = vim/bundle/paste_open
url = https://sanctum.geek.nz/code/vim-paste-open.git