1.3.6 • Published 5 years ago
coc-rescript v1.3.6
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"]
}