diff options
| -rw-r--r-- | docs/user/manual.adoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index 5dafd1a4c8c..f5a1cec814c 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc @@ -555,6 +555,11 @@ There is a package named `ra_ap_rust_analyzer` available on https://crates.io/cr For more details, see https://github.com/rust-lang/rust-analyzer/blob/master/.github/workflows/publish.yml[the publish workflow]. +=== Zed + +https://zed.dev[Zed] has native `rust-analyzer` support. +If the LSP binary is not available, Zed can install it when opening a Rust file. + == Troubleshooting Start with looking at the rust-analyzer version. |
