Skip to content

Helix setup? #78

Answered by pr2502
TornaxO7 asked this question in Q&A
Oct 8, 2024 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

I'm using it with helix myself, does the example config not work?

Edit: Oh, it looks like the example config for helix is way outdated. I'll have to fix that, sorry.

My ~/.config/helix/languages.toml has this bit in it:

[language-server.rust-analyzer]
args = ["client", "--server-path", "rust-analyzer"]
command = "/nix/store/sfl5jyc488kfmczpa5x68xvp4rq7sgin-ra-multiplex-0.2.4-git/bin/ra-multiplex"

My ~/.config/ra-multiplex/config.toml has these lines in it:

connect = "/home/user/.cache/ra-mux/ra-mux.sock"
listen = "/home/user/.cache/ra-mux/ra-mux.sock"
pass_environment = ["PATH"]

And I have a user service systemctl --user cat ra-mux like this:

# /home/user/.config/systemd/user/ra-mux.servi…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@TornaxO7
Comment options

@TornaxO7
Comment options

@pr2502
Comment options

Answer selected by TornaxO7
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