aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-30 00:50:49 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-30 00:50:49 +1200
commit0524542b03d486d48c178b5abf5cb77f3351f487 (patch)
treef8d94551f7703a3c682d07c20ba94680b7812236 /.gitmodules
parentMerge branch 'release/v5.9.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-5.10.0.tar.gz (sig)
dotfiles-5.10.0.zip
Merge branch 'release/v5.10.0'v5.10.0
* release/v5.10.0: Add vim-write-mkpath v0.1.0 Explicitly set colorscheme if sahara fails Reload vimrc on save Get full path before testing for :CompilerSet Add check/lint for git-template-hooks to target
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 715d34b5..2526e82f 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -71,6 +71,9 @@
[submodule "vim/bundle/vimrc_reload_filetype"]
path = vim/bundle/vimrc_reload_filetype
url = https://sanctum.geek.nz/code/vim-vimrc-reload-filetype.git
+[submodule "vim/bundle/write_mkpath"]
+ path = vim/bundle/write_mkpath
+ url = https://sanctum.geek.nz/code/vim-write-mkpath.git
# Vim filetype plugins
[submodule "vim/bundle/diff_prune"]