Hello,
I’m trying to set up vim (or gvim) to work with Elm.
I installed ALE. I also installed elm-language-server (although I’m not quite sure this one was necessary).
ALE detects the errors in the code since it underlines them. However, when using the :cn
comment of vim to show the next error I get “No errors”. But there are errors since they are highlighted with a “>>” prefix in red.
It’s problematic because I’d like to be able to see if there are errors immediately.
Elm files tend to be quite long, so I can’t afford to scroll the whole file checking for potential red highlights.
Anybody uses ALE with Elm and manages to check for errors without reading the whole file with their own eyes?
Thanks for your help.
Note: my version of Vim is Vim 8.2, which is supposed to work with ALE.