diff options
author | dv <wdv4758h@gmail.com> | 2019-03-04 18:05:07 +0800 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-03-04 11:05:07 +0100 |
commit | 65f090faeff36d9b523196bd96ee7f149c441f63 (patch) | |
tree | 65415f7ea7cdceab937444610272d37ec449056d /README.md | |
parent | 58f9b8cd02ecb2a753d418627f57f917f5f748a9 (diff) | |
download | vim-polyglot-65f090faeff36d9b523196bd96ee7f149c441f63.tar.gz vim-polyglot-65f090faeff36d9b523196bd96ee7f149c441f63.zip |
Add LLVM support (#376)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -105,6 +105,7 @@ If you need full functionality of any plugin, please use it directly with your p - [less](https://github.com/groenewege/vim-less) (syntax, indent, ftplugin) - [liquid](https://github.com/tpope/vim-liquid) (syntax, indent, ftplugin) - [livescript](https://github.com/gkz/vim-ls) (syntax, indent, compiler, ftplugin) +- [llvm](https://github.com/llvm/llvm-project) (syntax, indent, 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, indent) |