emacs-lsp / lsp-haskell

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

Hlint #155

Closed arademaker closed 10 months ago

arademaker commented 1 year ago

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

arademaker commented 1 year 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 1 year 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 10 months ago

Not sure there's anything to do here