diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2018-02-06 11:16:48 +0800 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2018-02-06 11:16:48 +0800 |
commit | 96c5c20e418fa95b7137b6ef418946f25de91b1b (patch) | |
tree | 02eb9086bebeee916280c2ee836efb096f82b261 /README.md | |
parent | 18efda3933a867dd21df483bbfeae52231783d46 (diff) | |
download | vim-polyglot-3.3.2.tar.gz vim-polyglot-3.3.2.zip |
Include indentation setting for markdown, fixes #270v3.3.2
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ If you need full functionality of any plugin, please use it directly with your p - [livescript](https://github.com/gkz/vim-ls) (syntax, indent, compiler, ftplugin) - [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) +- [markdown](https://github.com/plasticboy/vim-markdown) (syntax, indent) - [mathematica](https://github.com/rsmenon/vim-mathematica) (syntax, ftplugin) - [nginx](https://github.com/chr4/nginx.vim) (syntax, indent, ftplugin) - [nim](https://github.com/zah/nim.vim) (syntax, compiler, indent) |