Skip to content

Commit ec2940a

Browse files
committed
docs: Mention editor-independent configuration
1 parent a2e6043 commit ec2940a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/book/src/configuration.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ To verify which configuration is actually used by `rust-analyzer`, set
4646
config-related messages. Logs should show both the JSON that
4747
`rust-analyzer` sees as well as the updated config.
4848

49+
(Work in progress:) It is also possible to place configuration in a
50+
`rust-analyzer.toml` file. It should be located in the project root or in your
51+
user configuration directory (e.g. `~/.config/rust-analyzer/`). This is a work in
52+
progress, many configuration options aren't supported yet.
53+
4954
This is the list of config options `rust-analyzer` supports:
5055

5156
{{#include configuration_generated.md}}

0 commit comments

Comments
 (0)