Rust Analyzer not being detected by helix on OpenSuse Tumbleweed #9357
Unanswered
0xEquinox
asked this question in
Troubleshooting
Replies: 1 comment
-
Assuming you are using the |
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.
-
I'm certain that I'm doing something wrong, though I've used helix across windows, fedora, arch, and now tumbleweed and this is the only time I've ever had this issue.
I've installed helix through opi (aur for tumbleweed) and it's on the latest version, working perfectly fine.
I've installed rust-analyzer through rustup by doing

rustup component add rust-analyzer
and it's in the path and working, if I runrust-analyzer --version
then it prints out:rust analyzer definitely works and is in the system path, but when I open up helix and edit a rust file it doesn't work. Here you can see both helix health doesn't pick it up and the log file says it's not in path:


I also tried building from source and manually adding the binary to my system path, that did not work either. Any help would be much appreciated, I really hate using intelliJ.
Beta Was this translation helpful? Give feedback.
All reactions