Merge pull request #19187 from BenjaminBrienen/patch-4

Update configuration.md
This commit is contained in:
Laurențiu Nicola 2025-02-20 07:06:39 +00:00 committed by GitHub
commit 99ea63459a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,13 +3,13 @@
**Source:** **Source:**
[config.rs](https://github.com/rust-lang/rust-analyzer/blob/master/crates/rust-analyzer/src/config.rs) [config.rs](https://github.com/rust-lang/rust-analyzer/blob/master/crates/rust-analyzer/src/config.rs)
The [Installation](#_installation) section contains details on The [Installation](./installation.md) section contains details on
configuration for some of the editors. In general `rust-analyzer` is configuration for some of the editors. In general `rust-analyzer` is
configured via LSP messages, which means that its up to the editor to configured via LSP messages, which means that its up to the editor to
decide on the exact format and location of configuration files. decide on the exact format and location of configuration files.
Some clients, such as [VS Code](#vs-code) or [COC plugin in Some clients, such as [VS Code](./vs_code.md) or [COC plugin in
Vim](#coc-rust-analyzer) provide `rust-analyzer` specific configuration Vim](./other_editors.md#coc-rust-analyzer) provide `rust-analyzer` specific configuration
UIs. Others may require you to know a bit more about the interaction UIs. Others may require you to know a bit more about the interaction
with `rust-analyzer`. with `rust-analyzer`.