aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-08-04 21:06:44 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-08-04 21:06:44 +1200
commit7cfb8ef1935a8ebe23ca0b8773921d8c11def050 (patch)
treedda11b30c7c033a0e6ffe77e537c12e59385bfad /.gitmodules
parentMake insert-mode cursorline ducking configurable (diff)
downloaddotfiles-7cfb8ef1935a8ebe23ca0b8773921d8c11def050.tar.gz
dotfiles-7cfb8ef1935a8ebe23ca0b8773921d8c11def050.zip
Spin cursorline_current.vim out into plugin
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 46179fab..a695d790 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -11,6 +11,9 @@
[submodule "vim/bundle/copy_linebreak"]
path = vim/bundle/copy_linebreak
url = https://sanctum.geek.nz/code/vim-copy-linebreak.git
+[submodule "vim/bundle/cursorline_current"]
+ path = vim/bundle/cursorline_current
+ url = https://sanctum.geek.nz/code/vim-cursorline-current.git
[submodule "vim/bundle/digraph_search"]
path = vim/bundle/digraph_search
url = https://sanctum.geek.nz/code/vim-digraph-search.git