:checkhealth rustaceanvim says rust-analyzer is found, but isn't used #164
-
I am running rustaceanvim using nvim with astronvim, all latest version. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
My guess is that the You should be able to troubleshoot this by running it from the command line. UPDATE: rustup comes with the rust-analyzer wrapper, which is what Created #284 |
Beta Was this translation helpful? Give feedback.
My guess is that the
rust-analyzer
binary that is detected by the health check is broken/fails to start, and the one installed using rustup isn't.You should be able to troubleshoot this by running it from the command line.
UPDATE: rustup comes with the rust-analyzer wrapper, which is what
checkhealth
picks up.But the wrapper will fail to start if you don't
rustup component add rust-analyzer
.Created #284