mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Update manual.adoc
This commit is contained in:
parent
ffbc5ad993
commit
70d20e1ca1
1 changed files with 1 additions and 1 deletions
|
@ -623,7 +623,7 @@ https://github.com/rust-lang/rust-analyzer/tree/master/docs/dev[dev docs]!
|
|||
|
||||
**Source:** https://github.com/rust-lang/rust-analyzer/blob/master/crates/rust-analyzer/src/config.rs[config.rs]
|
||||
|
||||
The <<_installation,Installation>> section contains details on configuration for some of the editors.
|
||||
The <<installation,Installation>> section contains details on configuration for some of the editors.
|
||||
In general `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.
|
||||
|
||||
Some clients, such as <<vs-code,VS Code>> or <<coc-rust-analyzer,COC plugin in Vim>> provide `rust-analyzer` specific configuration UIs. Others may require you to know a bit more about the interaction with `rust-analyzer`.
|
||||
|
|
Loading…
Reference in a new issue