Hello,
I switch to Rescript from Reason lately and with that change, I also change vim-reason-plus
and coc-reason
for VIM development to vim-rescript
with coc configuration from here: https://github.com/rescript-lang/vim-rescript
It appears that the new configuration with Rescript is a downgrade from Reason configuration.
-
vim-rescript
doesn’t support JSX like syntax for ReasonReact -
vim-rescript
doesn’t show syntax errors. For example, if I use pattern matching withfun
that is no longer supported, the compiler throws an error but VIM doesn’t see a problem -
vim-rescript
with runningcoc
configuration doesn’t show most of errors in VIM.
Are there any plans to improve VIM plugins support, or at least achieve similar support as with Reason?