How to setup the Helix editor for Rust
2024-11-11
I am new to helix and Rust, but I just came across a low quality PAID Medium article “teaching” how to setup rust-analyzer for the helix editor. I am sharing the info here because yes. Install helix Just use a package manager. In my case, macos: brew install helix Configure rust-analyzer Assuming you have a working rust installation, use rustup to install the language server: rustup component add rust-analyzer And this will provide us with the binary we want.