mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
Merge #6789
6789: Fix a typo in manual.adoc r=lnicola a=cuviper Co-authored-by: Josh Stone <cuviper@gmail.com>
This commit is contained in:
commit
fc1595539e
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ If you get an error saying `No such file or directory: 'rust-analyzer'`, see the
|
|||
|
||||
GNOME Builder 3.37.1 and newer has native `rust-analyzer` support. If the LSP binary is not available, GNOME Builder can install it when opening a Rust file.
|
||||
|
||||
== Configration
|
||||
== Configuration
|
||||
|
||||
rust-analyzer is configured via LSP messages, which means that it's up to the editor to decide on the exact format and location of configuration files.
|
||||
Please consult your editor's documentation to learn how to configure LSP servers.
|
||||
|
|
Loading…
Reference in a new issue