aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-12-14 12:06:56 +0000
committerGitHub <[email protected]>2020-12-14 12:06:56 +0000
commit8cba4231092b0d9ca44ea1f545856239e2fb6eed (patch)
tree28c46b478a78e32b22b27f94b6613c087ac724f3
parentdbd0cfba531c21de01af7b1a12ce9eb6b1271a5d (diff)
parent804ae284b90dd3cc775f4c48fe55617d921a75a1 (diff)
Merge #6871
6871: Link config source r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
-rw-r--r--docs/user/manual.adoc2
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
292rust-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. 294rust-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.
293Please consult your editor's documentation to learn how to configure LSP servers. 295Please consult your editor's documentation to learn how to configure LSP servers.
294 296