diff options
-rw-r--r-- | docs/user/manual.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index 42317b231..1ec6e81bb 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc | |||
@@ -289,6 +289,8 @@ GNOME Builder 3.37.1 and newer has native `rust-analyzer` support. If the LSP bi | |||
289 | 289 | ||
290 | == Configuration | 290 | == Configuration |
291 | 291 | ||
292 | **Source:** https://github.com/rust-analyzer/rust-analyzer/blob/master/crates/rust-analyzer/src/config.rs[config.rs] | ||
293 | |||
292 | 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. | 294 | 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. |
293 | Please consult your editor's documentation to learn how to configure LSP servers. | 295 | Please consult your editor's documentation to learn how to configure LSP servers. |
294 | 296 | ||