aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-05 22:16:03 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-05 22:16:03 +1200
commit3f0b1d25cd5c2f917fa358f0cda00e4c9bc2c40a (patch)
tree4d29456ed01d72929d7a0f06ebac145f6891d976 /.gitmodules
parentMove undoskip.vim function into autoload (diff)
downloaddotfiles-3f0b1d25cd5c2f917fa358f0cda00e4c9bc2c40a.tar.gz
dotfiles-3f0b1d25cd5c2f917fa358f0cda00e4c9bc2c40a.zip
Spin undoskip.vim out into its own repository
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 92fe319f..ed120bfd 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -77,6 +77,9 @@
[submodule "vim/bundle/toggle_flags"]
path = vim/bundle/toggle_flags
url = https://sanctum.geek.nz/code/vim-toggle-flags.git
+[submodule "vim/bundle/undoskip"]
+ path = vim/bundle/undoskip
+ url = https://sanctum.geek.nz/code/vim-undoskip.git
[submodule "vim/bundle/vertical_region"]
path = vim/bundle/vertical_region
url = https://sanctum.geek.nz/code/vim-vertical-region.git