aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-05-30 23:56:29 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-05-30 23:56:29 +1200
commitffede2c2898e6b233d01872c24c0d5b286fad8d6 (patch)
treec3799d651df69a74c714bcbe0cfd0939be5044c9 /.gitmodules
parentMerge branch 'release/v0.35.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-ffede2c2898e6b233d01872c24c0d5b286fad8d6.tar.gz
dotfiles-ffede2c2898e6b233d01872c24c0d5b286fad8d6.zip
Merge branch 'release/v0.36.0'v0.36.0
* release/v0.36.0: Bump VERSION Separate plugins from colorschemes Spin off toggle_option_flag Vim plugin Spin off fixed_join Vim plugin
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 90217ff7..49355178 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,7 +1,15 @@
# My Vim plugins
+[submodule "vim/bundle/fixed_join"]
+ path = vim/bundle/fixed_join
+ url = https://sanctum.geek.nz/code/vim-fixed-join.git
[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/toggle_option_flags"]
+ path = vim/bundle/toggle_option_flags
+ url = https://sanctum.geek.nz/code/vim-toggle-option-flags.git
+
+# My Vim colorschemes
[submodule "vim/bundle/juvenile"]
path = vim/bundle/juvenile
url = https://sanctum.geek.nz/code/vim-juvenile.git