-
What should i do if i installed rust analyzer manually through a command on rust website, but helix doesn't launch it when i edit rust files, it recommends me to download rust-analyzer with arch repository? |
Beta Was this translation helpful? Give feedback.
Answered by
kirawi
Dec 31, 2023
Replies: 1 comment
-
[language-server.rust-analyzer]
command = "rustup"
args = ["rust-analyzer"] |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
qvc0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rust-analyzer
needs to be onPATH
, and I don't thinkrustup
adds it toPATH
. You can either add it toPATH
yourself or create a locallanguages.toml
with