about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatt Williams <matt@milliams.com>2022-01-11 13:36:06 +0000
committerGitHub <noreply@github.com>2022-01-11 13:36:06 +0000
commit1ded222c8b1a232d1a64c55c0bf5f5c880bd6060 (patch)
tree0fc2646e409ff7466370e7e9527fc440193f185a
parent5a711d4f3a2b95bfe2b365244c6ae96670df65fd (diff)
downloadrust-1ded222c8b1a232d1a64c55c0bf5f5c880bd6060.tar.gz
rust-1ded222c8b1a232d1a64c55c0bf5f5c880bd6060.zip
Kate uses rust-analyzer by default
-rw-r--r--docs/user/manual.adoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc
index 13165e8d3f0..a5496048637 100644
--- a/docs/user/manual.adoc
+++ b/docs/user/manual.adoc
@@ -411,7 +411,9 @@ You'll need to close and reopen all .rs and Cargo files, or to restart the IDE,
 === Kate Text Editor
 
 Support for the language server protocol is built into Kate through the LSP plugin, which is included by default.
-It is preconfigured to use Rls for rust sources, but allows you to use rust-analyzer through a simple settings change.
+It is preconfigured to use rust-analyzer for Rust sources since Kate 21.12.
+
+Earlier versions allow you to use rust-analyzer through a simple settings change.
 In the LSP Client settings of Kate, copy the content of the third tab "default parameters" to the second tab "server configuration".
 Then in the configuration replace:
 [source,json]