docs: Mention editor-independent configuration

This commit is contained in:
Remo Senekowitsch 2025-10-05 13:40:25 +02:00
parent a2e6043bfa
commit ec2940acd8
No known key found for this signature in database

View file

@ -46,6 +46,11 @@ To verify which configuration is actually used by `rust-analyzer`, set
config-related messages. Logs should show both the JSON that
`rust-analyzer` sees as well as the updated config.
(Work in progress:) It is also possible to place configuration in a
`rust-analyzer.toml` file. It should be located in the project root or in your
user configuration directory (e.g. `~/.config/rust-analyzer/`). This is a work in
progress, many configuration options aren't supported yet.
This is the list of config options `rust-analyzer` supports:
{{#include configuration_generated.md}}