lsp-haskell icon indicating copy to clipboard operation
lsp-haskell copied to clipboard

lsp-mode :heart: haskell

Results 24 lsp-haskell issues
Sort by recently updated
recently updated
newest added

`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...

help wanted

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...

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...

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: ![2024-08-17-144642_1108x206_scrot](https://github.com/user-attachments/assets/7670cea0-0e98-4ac9-b252-ead64c35bdae) After: ![2024-08-17-144117_903x177_scrot](https://github.com/user-attachments/assets/b366e763-24fe-49c7-bf62-3aad913078e5) --- ###...

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