diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2019-12-31 14:08:15 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-12-31 14:08:15 +0100 |
commit | a60e299a3ce55b4a84a48b240d35c84e6e5a8746 (patch) | |
tree | 6d45e51ff3f7889ffc7a4499af0034806ffb7397 /README.md | |
parent | b8a5504021e0d21310bc603855ac8107828b5759 (diff) | |
download | vim-polyglot-a60e299a3ce55b4a84a48b240d35c84e6e5a8746.tar.gz vim-polyglot-a60e299a3ce55b4a84a48b240d35c84e6e5a8746.zip |
Switch back to plasticboy for markdown
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -119,7 +119,7 @@ If you need full functionality of any plugin, please use it directly with your p - [log](https://github.com/MTDL9/vim-log-highlighting) (syntax) - [lua](https://github.com/tbastos/vim-lua) (syntax, indent) - [mako](https://github.com/sophacles/vim-bundle-mako) (syntax, indent, ftplugin) -- [markdown](https://github.com/gabrielelana/vim-markdown) (syntax, autoload, ftplugin) +- [markdown](https://github.com/plasticboy/vim-markdown) (syntax, indent, ftplugin) - [mathematica](https://github.com/voldikss/vim-mma) (syntax, ftplugin) - [mdx](https://github.com/jxnblk/vim-mdx-js) (syntax) - [meson](https://github.com/mesonbuild/meson) (syntax, indent, ftplugin) |