Helix not sending completion event to LSP on backslash #12846
Unanswered
vglfr
asked this question in
Troubleshooting
Replies: 1 comment
-
I'm can only show places in source code
But can't answer why. For auto trigger completion by |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to make simple completion lsp use backslash for latex-style expansion, e.g.
\lambda
should be replaced withλ
.While typing a character Helix sends
didChange
event to LSP immediately followed bycompletion
:However on
\
character onlydidChange
event is sent socompletion
has to be forced withC-x
.Why is that?
Beta Was this translation helpful? Give feedback.
All reactions