coc-rescript
v1.3.6
Published
ReScript extension for coc.nvim
Readme
coc-rescript
coc.nvim extension for ReScript.
The server is a rewrite of the VS Code server in ReScript.
Features
- Formatting (
bs-platform >= 8.2.0) - Error highlighting (
bs-platform >= 8.3.0)
Installation
:CocInstall coc-rescriptIn order to get automatic formatting you need to add the following in your :CocConfig:
{
"coc.preferences.formatOnSaveFiletypes": ["rescript"]
}