From a3c00972e11bcc7b82f1f47e95bdcbda974b6e35 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 8 May 2019 15:43:35 +0200 Subject: Add 'vim-maildrop' plugin For Courier Maildrop `.mailfilter` syntax highlighting. Makes it a bit more pleasant to edit my new work email filters. --- .gitmodules | 3 +++ bundle/vim-maildrop | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/vim-maildrop diff --git a/.gitmodules b/.gitmodules index 82b7cb8..6c3d069 100644 --- a/.gitmodules +++ b/.gitmodules @@ -95,3 +95,6 @@ [submodule "bundle/vim-fswitch"] path = bundle/vim-fswitch url = https://github.com/derekwyatt/vim-fswitch.git +[submodule "bundle/vim-maildrop"] + path = bundle/vim-maildrop + url = https://github.com/sirtaj/vim-maildrop.git diff --git a/bundle/vim-maildrop b/bundle/vim-maildrop new file mode 160000 index 0000000..ad4a4f5 --- /dev/null +++ b/bundle/vim-maildrop @@ -0,0 +1 @@ +Subproject commit ad4a4f556d69867b07c4f784b1457201693a218e -- cgit v1.2.3