From: bors[bot] <26634292+bors[bot]@users.noreply.github.com> Date: Tue, 11 Jan 2022 14:43:44 +0000 (+0000) Subject: Merge #11259 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=a3393c9a579040f3d41cf4b9ddeeacb275042da7;hp=7e8b96f07cf406a17f276c4f4b98657b46364f05;p=rust.git Merge #11259 11259: fix: fix `use super::{super::...};` r=jonas-schievink a=jonas-schievink Fixes https://github.com/rust-analyzer/rust-analyzer/issues/11249 bors r+ Co-authored-by: Jonas Schievink --- 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]