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-rescriptdoesn’t support JSX like syntax for ReasonReact -
vim-rescriptdoesn’t show syntax errors. For example, if I use pattern matching withfunthat is no longer supported, the compiler throws an error but VIM doesn’t see a problem -
vim-rescriptwith runningcocconfiguration 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?