diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2019-03-04 12:09:44 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-03-04 12:09:44 +0100 |
commit | 521220f389907255b6d9a87458333b468ffc7ac4 (patch) | |
tree | c644a51effe5dc1a39b22908f0506b5bea415362 /README.md | |
parent | b4cb58661ebf82e117d0c25673e2e59cb18044d2 (diff) | |
download | vim-polyglot-3.5.0.tar.gz vim-polyglot-3.5.0.zip |
Change ocaml provider, closes #320v3.5.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,7 +116,7 @@ If you need full functionality of any plugin, please use it directly with your p - [nim](https://github.com/zah/nim.vim) (syntax, compiler, indent) - [nix](https://github.com/LnL7/vim-nix) (syntax, indent, compiler, ftplugin) - [objc](https://github.com/b4winckler/vim-objc) (ftplugin, syntax, indent) -- [ocaml](https://github.com/jrk/vim-ocaml) (syntax, indent, ftplugin) +- [ocaml](https://github.com/rgrinberg/vim-ocaml) (syntax, indent, compiler, ftplugin) - [octave](https://github.com/vim-scripts/octave.vim--) (syntax) - [opencl](https://github.com/petRUShka/vim-opencl) (syntax, indent, ftplugin) - [perl](https://github.com/vim-perl/vim-perl) (syntax, indent, ftplugin) |