begriffs / haskell-vim-now

One-line Haskell Vim install
MIT License
989 stars 101 forks source link

replace neomake with ALE #261

Open DanielFGray opened 7 years ago

DanielFGray commented 7 years ago

ALE is a much nicer linter engine than neomake, and gives errors as-you-type without needing to save

begriffs commented 7 years ago

Thanks for the suggestion! Is this a change you'd be able to contribute?

begriffs commented 7 years ago

(ping)

DanielFGray commented 7 years ago

I havent been able to get this working because of the par dependency, but ALE is basically plug and play, it integrates fairly well with just about everything automatically, and puts errors in the command prompt when you're on the line.