theam / haskell-do

:pencil2: :bar_chart: - The Haskell code editor focused on interactive development.
Apache License 2.0
352 stars 31 forks source link

Error highlighting #122

Open NickSeagull opened 7 years ago

NickSeagull commented 7 years ago

I've been taking a look at the source code of intero-neovim and it looks like we can make something like what they do for handling errors.

We can either use intero itself, or just parse the output from stack.

It is important that #121 has been done first, as it helps with source mapping.