lsp-haskell
lsp-haskell copied to clipboard
lsp-mode :heart: haskell
`lsp-mode` now lets clients specify [download-server-fun](https://github.com/emacs-lsp/lsp-mode/blob/master/lsp-mode.el#L1552) which can be used to automatically install the server. We have static binaries so we should be able to do this. We can probably...
Tbh I don't know if haskell-ide-engine supports c2hs files.
I'm having trouble starting to use lsp-haskell. I've followed the installation instructions but when I open a Haskell file I get: File mode specification error: (void-variable lsp-haskell-formatting-provider) What am I...
Hlint
How can I configure (or make sure it is already configured) the use of hlint plugin ?
Hi, I have enjoyed using lsp-mode a lot, been a treat! A recent update of lsp "master" branch code had me a bit head scratching, and resulted me to disable...
`lsp-haskell` seem to work better for me with `hie-bios` installed: https://hackage.haskell.org/package/hie-bios ``` cabal install hie-bios ``` Could that possibly be true, that the `hie-bios` binary is used by `lsp-haskell`? If...
In my experimenting with making a Haskell mode that uses tree-sitter I ended up having to make some changes to lsp-haskell to detach it from haskell-mode. My very hacky change...
Might need to make the executable path a list of paths.
It seems like https://github.com/emacs-lsp/lsp-mode/issues/4362 didn't get any traction, so I'm following what was discussed in https://github.com/emacs-lsp/lsp-haskell/issues/151 and am creating an individual PR here instead. Before:  After:  --- ###...
I had quick skim through code, and it seems like no feature from haskell mode is strictly required by lsp haskell that would be a big effort to change. https://codeberg.org/pranshu/haskell-ts-mode