From 60af46618acc83bed88450bbbb3fbf9d6a1312d3 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 28 Jun 2018 11:03:27 +1200 Subject: Add and configure make_target.vim ftplugin --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 46810091..88144a99 100644 --- a/.gitmodules +++ b/.gitmodules @@ -20,6 +20,9 @@ [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 -- cgit v1.2.3 From be4b7281412e33369cffc9d9dc9e67edbef32cf2 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 28 Jun 2018 11:04:21 +1200 Subject: Rearrange .gitmodules a bit --- .gitmodules | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to '.gitmodules') 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 -- cgit v1.2.3