diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2019-12-07 13:01:03 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-12-07 13:01:03 +0100 |
commit | e204a7223b4334ed1c556a4564a8048888b69fe8 (patch) | |
tree | 558b908e425a8525e54d6b842bbb0251171fb309 /README.md | |
parent | 7a0f2d974f9ac5bc85607e8c769d3370dd18ac74 (diff) | |
download | vim-polyglot-e204a7223b4334ed1c556a4564a8048888b69fe8.tar.gz vim-polyglot-e204a7223b4334ed1c556a4564a8048888b69fe8.zip |
Add ftplugin to markdown, fixes #447
Diffstat (limited to 'README.md')
-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/plasticboy/vim-markdown) (syntax, indent) +- [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) |