Skip to content
Discussion options

You must be logged in to vote

I have actually fixed the issue by uninstalling helix and rust analyzer with brew. And then installed helix in the following way (mostly just following the docs, but putting it here in case it helps someone else)

git clone https://github.com/helix-editor/helix
cd helix
git checkout 23.05 <---- this I added to go to the most recent release
cargo install --path helix-term --locked
ln -s $PWD/runtime ~/.config/helix/runtime <---- config.toml and languages.toml go under ~/.config/helix

I then followed the links in the docs to the lsp setup page here and just followed what was there.

rustup component add rust-analyzer

In languages.toml:

[[language]]
name = "rust"

# If this doesn't work, you …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Ha5hBr0wn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #8363 on September 24, 2023 02:44.