diff options
author | Teddy Wing | 2019-05-08 15:43:35 +0200 |
---|---|---|
committer | Teddy Wing | 2019-05-08 15:43:35 +0200 |
commit | a3c00972e11bcc7b82f1f47e95bdcbda974b6e35 (patch) | |
tree | e037ac5c9d4bf928f187b9a6de09ccf7880712fb /.gitmodules | |
parent | 188a391ac524251206a5c256cb531c940b3ac288 (diff) | |
download | dotvim-a3c00972e11bcc7b82f1f47e95bdcbda974b6e35.tar.bz2 |
Add 'vim-maildrop' plugin
For Courier Maildrop `.mailfilter` syntax highlighting. Makes it a bit
more pleasant to edit my new work email filters.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |