vim-rescript
vim-rescript copied to clipboard
Add errorformat
Since the commands like :RescriptBuild
were removed, it would be very useful if this included support for Vim's built-in makeprg
and errorformat
features. I assume makeprg
can just be npx rescript $*
, but I'm not skilled enough at using errorformat
to know what it needs to be.