From 0890512e1c898c9c4c271df12d43353f3b64daf3 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 9 Dec 2020 15:07:37 +0300 Subject: Include config into the manual --- docs/user/manual.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/user/manual.adoc') 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 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. +== Configration + +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. +Please consult your editor's documentation to learn how to configure LSP servers. + +This is the list of config options rust-analyzer supports: + +include::./generated_config.adoc[] + == Non-Cargo Based Projects rust-analyzer does not require Cargo. -- cgit v1.2.3