diff options
Diffstat (limited to 'docs/user/manual.adoc')
-rw-r--r-- | docs/user/manual.adoc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index 575e5866f..f506d243f 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc | |||
@@ -263,6 +263,15 @@ If you get an error saying `No such file or directory: 'rust-analyzer'`, see the | |||
263 | 263 | ||
264 | 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. | 264 | 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. |
265 | 265 | ||
266 | == Configration | ||
267 | |||
268 | 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. | ||
269 | Please consult your editor's documentation to learn how to configure LSP servers. | ||
270 | |||
271 | This is the list of config options rust-analyzer supports: | ||
272 | |||
273 | include::./generated_config.adoc[] | ||
274 | |||
266 | == Non-Cargo Based Projects | 275 | == Non-Cargo Based Projects |
267 | 276 | ||
268 | rust-analyzer does not require Cargo. | 277 | rust-analyzer does not require Cargo. |