aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-28 11:10:26 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-28 11:10:26 +1200
commit8260fb5bd8b09ed203b991a42f573a740d696f51 (patch)
tree27638201208a60583441776a844d8edb9b2e29f9 /.gitmodules
parentMerge branch 'release/v1.6.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-c74479d0306faef06165a9fadb0a3b9ae1270da1.tar.gz (sig)
dotfiles-c74479d0306faef06165a9fadb0a3b9ae1270da1.zip
Merge branch 'release/v1.7.0'v1.7.0
* release/v1.7.0: Bump VERSION Rearrange .gitmodules a bit Add and configure make_target.vim ftplugin Update two Vim plugins Revise .vimrc header comment Move digraphs to more sensible location Adjust comment formatting Add `nbsp` flag to 'listchars' if supported Set 'laststatus' back to 1 in Neovim Don't load matchit.vim package if using Neovim Restore 'esckeys' option existence check
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules17
1 files changed, 11 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules
index 46810091..939eed66 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -11,18 +11,12 @@
[submodule "vim/bundle/copy_linebreak"]
path = vim/bundle/copy_linebreak
url = https://sanctum.geek.nz/code/vim-copy-linebreak.git
-[submodule "vim/bundle/diff_prune"]
- path = vim/bundle/diff_prune
- url = https://sanctum.geek.nz/code/vim-diff-prune.git
[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/markdown_autoformat"]
- path = vim/bundle/markdown_autoformat
- url = https://sanctum.geek.nz/code/vim-markdown-autoformat.git
[submodule "vim/bundle/paste_open"]
path = vim/bundle/paste_open
url = https://sanctum.geek.nz/code/vim-paste-open.git
@@ -42,6 +36,17 @@
path = vim/bundle/uncap_ex
url = https://sanctum.geek.nz/code/vim-uncap-ex.git
+# My Vim filetype plugins
+[submodule "vim/bundle/diff_prune"]
+ path = vim/bundle/diff_prune
+ url = https://sanctum.geek.nz/code/vim-diff-prune.git
+[submodule "vim/bundle/make_target"]
+ path = vim/bundle/make_target
+ url = https://sanctum.geek.nz/code/vim-make-target.git
+[submodule "vim/bundle/markdown_autoformat"]
+ path = vim/bundle/markdown_autoformat
+ url = https://sanctum.geek.nz/code/vim-markdown-autoformat.git
+
# My Vim colorschemes
[submodule "vim/bundle/juvenile"]
path = vim/bundle/juvenile