lsp not working on haskell buffers despite being installed on PATH #12576
Unanswered
qleguennec
asked this question in
Troubleshooting
Replies: 1 comment
-
It looks like the language server is taking a long time to start up and respond to the [language-server]
haskell-language-server = { command = "haskell-language-server-wrapper", args = ["--lsp"], timeout = 45 } |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
lsp doesn't seem to be working in haskell buffers :
Reproduction Steps
I tried this:
hx src/Main.hs
I expected this to happen:
lsp completion works
Instead, this happened:
lsp doesn't work
Helix log
~/.cache/helix/helix.log
Platform
macOS
Terminal Emulator
ghostty
Installation Method
nix flake
Helix Version
helix 25.01 (ca19496)
Beta Was this translation helpful? Give feedback.
All reactions