Skip to content

Commit a14a152

Browse files
committed
Auto merge of rust-lang#14135 - lnicola:manual-lapce, r=lnicola
feat: Add Lapce section to the manual
2 parents 5ef76da + 9d85161 commit a14a152

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

docs/user/manual.adoc

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -535,12 +535,6 @@ https://docs.helix-editor.com/[Helix] supports LSP by default.
535535
However, it won't install `rust-analyzer` automatically.
536536
You can follow instructions for installing <<rust-analyzer-language-server-binary,`rust-analyzer` binary>>.
537537

538-
=== Crates
539-
540-
There is a package named `ra_ap_rust_analyzer` available on https://crates.io/crates/ra_ap_rust-analyzer[crates.io], for someone who wants to use it programmatically.
541-
542-
For more details, see https://github.com/rust-lang/rust-analyzer/blob/master/.github/workflows/publish.yml[the publish workflow].
543-
544538
=== Visual Studio 2022
545539

546540
There are multiple rust-analyzer extensions for Visual Studio 2022 on Windows:
@@ -577,6 +571,17 @@ https://github.com/sourcegear/rust-vs-extension[GitHub (docs, issues, discussion
577571
* Free (no-cost)
578572
* Supports all editions of Visual Studio 2022 on Windows: Community, Professional, or Enterprise
579573

574+
=== Lapce
575+
576+
https://lapce.dev/[Lapce] has a Rust plugin which you can install directly.
577+
Unfortunately, it downloads an old version of `rust-analyzer`, but you can set the server path under Settings.
578+
579+
=== Crates
580+
581+
There is a package named `ra_ap_rust_analyzer` available on https://crates.io/crates/ra_ap_rust-analyzer[crates.io], for someone who wants to use it programmatically.
582+
583+
For more details, see https://github.com/rust-lang/rust-analyzer/blob/master/.github/workflows/publish.yml[the publish workflow].
584+
580585
== Troubleshooting
581586

582587
Start with looking at the rust-analyzer version.

0 commit comments

Comments
 (0)