aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-28 11:04:21 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-28 11:04:21 +1200
commitbe4b7281412e33369cffc9d9dc9e67edbef32cf2 (patch)
treed9af06cf63a06fcd4eeb85c6a902301988701a18
parentAdd and configure make_target.vim ftplugin (diff)
downloaddotfiles-be4b7281412e33369cffc9d9dc9e67edbef32cf2.tar.gz
dotfiles-be4b7281412e33369cffc9d9dc9e67edbef32cf2.zip
Rearrange .gitmodules a bit
-rw-r--r--.gitmodules20
1 files changed, 11 insertions, 9 deletions
diff --git a/.gitmodules b/.gitmodules
index 88144a99..939eed66 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -11,21 +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/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
[submodule "vim/bundle/paste_open"]
path = vim/bundle/paste_open
url = https://sanctum.geek.nz/code/vim-paste-open.git
@@ -45,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