aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-05-30 23:09:50 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-05-30 23:09:50 +1200
commitaa9ecbab88463c6d75e07b9970fae261e55d0c62 (patch)
treecf6ef9ef51c5fa3917565a2012915114222deb63 /.gitmodules
parentMerge branch 'hotfix/v0.34.1' (diff)
parentBump VERSION (diff)
downloaddotfiles-aa9ecbab88463c6d75e07b9970fae261e55d0c62.tar.gz
dotfiles-aa9ecbab88463c6d75e07b9970fae261e55d0c62.zip
Merge branch 'release/v0.35.0'v0.35.0
* release/v0.35.0: Bump VERSION Add some structure to .gitmodules Spin off insert_suspend_hlsearch Vim plugin Add feat requirements to hlsearch suspend doc Tidy comments, func names for 'hlsearch' suspend Require +extra_search feat for 'hlsearch' suspend Remove untidy comment Use _save suffix for option caching variable
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules18
1 files changed, 12 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules
index 7371c759..90217ff7 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,18 +1,24 @@
+# My Vim plugins
+[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/juvenile"]
+ path = vim/bundle/juvenile
+ url = https://sanctum.geek.nz/code/vim-juvenile.git
+[submodule "vim/bundle/sahara"]
+ path = vim/bundle/sahara
+ url = https://sanctum.geek.nz/code/vim-sahara.git
+
+# Others' Vim plugins
[submodule "vim/bundle/abolish"]
path = vim/bundle/abolish
url = https://sanctum.geek.nz/clone/vim-abolish.git
[submodule "vim/bundle/commentary"]
path = vim/bundle/commentary
url = https://sanctum.geek.nz/clone/vim-commentary.git
-[submodule "vim/bundle/juvenile"]
- path = vim/bundle/juvenile
- url = https://sanctum.geek.nz/code/vim-juvenile.git
[submodule "vim/bundle/repeat"]
path = vim/bundle/repeat
url = https://sanctum.geek.nz/clone/vim-repeat.git
-[submodule "vim/bundle/sahara"]
- path = vim/bundle/sahara
- url = https://sanctum.geek.nz/code/vim-sahara.git
[submodule "vim/bundle/surround"]
path = vim/bundle/surround
url = https://sanctum.geek.nz/clone/vim-surround.git