-
-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lexical textDocument/hover doesn't work in helix #506
Comments
Does formatting work? Completion? I don't have any experience with helix, but hover works with vscode, vi, vim, neovim, and emacs. |
Yes all the other things seem to work. Only hover doesn't. I'll see if I can enable debug mode or something to figure out what is sent to the lsp. |
interesting. I'm not going to rule out that lexical is emitting some response that's subtly incorrect. If you can give us a debug session for what the responses look like, that would be super helpful. |
It's an helix issue. Helix hover only seems to look at the first lsp that's configured: helix-editor/helix#8985 |
I don't get anything - no feedback/nor errors on doing
hover
in helix.To be fair I'm not sure if this an issue with
lexical
orhelix
, but hover does work in other lsps.Furthermore, the other features do seem to work with lexical.
The text was updated successfully, but these errors were encountered: