Skip to content
Discussion options

You must be logged in to vote

That's not possible, the LSP is usually a single client multi server paradigm. The editor spawns and fully owns the server, communication is done over stdout/stdin pipes. If you start your server externally helix can not connect to stdout/stdin pipes.

You can simply test the server by running helix with hx -v which will print any output of the server into hekixes log file (which you can show with tail -f)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@thomasaarholt
Comment options

Answer selected by thomasaarholt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants