aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-05 13:20:24 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-05 13:20:24 +1200
commit0946352681a863a2d2f06008cc3dd63c8f8185c5 (patch)
treef14e7501fdcb2de4723b53e2e8873019c72a243b /.gitmodules
parentMerge branch 'release/v0.46.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-396578de22039ad18e2ac984e5fff786d953bb55.tar.gz (sig)
dotfiles-396578de22039ad18e2ac984e5fff786d953bb55.zip
Merge branch 'release/v0.47.0'v0.47.0
* release/v0.47.0: Bump VERSION Spin off markdown_autoformat as its own distro Merge bundle install into one command Restore ftplugin extras to vim/after dir Add ftplugin infrastructure and comments Add global options for markdown_autoformat.vim Use += shorthand in Vim ftplugin Pass in mapped key directly, not a flag
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 9bda87e8..212a4e52 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -17,6 +17,9 @@
[submodule "vim/bundle/mail_mutt"]
path = vim/bundle/mail_mutt
url = https://sanctum.geek.nz/code/vim-mail-mutt.git
+[submodule "vim/bundle/markdown_autoformat"]
+ path = vim/bundle/markdown_autoformat
+ url = https://sanctum.geek.nz/code/vim-markdown-autoformat.git
[submodule "vim/bundle/put_blank_lines"]
path = vim/bundle/put_blank_lines
url = https://sanctum.geek.nz/code/vim-put-blank-lines.git