emacs-lsp / lsp-haskell

lsp-mode :heart: haskell
https://emacs-lsp.github.io/lsp-haskell
GNU General Public License v3.0
233 stars 63 forks source link

Hlint #155

Closed arademaker closed 1 year ago

arademaker commented 2 years ago

How can I configure (or make sure it is already configured) the use of hlint plugin ?

arademaker commented 2 years ago

Maybe too silly question? But I really don't know how to confirm if hlint is running in my file... any idea?

michaelpj commented 2 years ago

Sadly I don't think there's an easy way for servers to list such things in a way the client can see. The easiest test would be to write some code where a hint should apply and see if you get a diagnostic!

michaelpj commented 1 year ago

Not sure there's anything to do here