From 81f93541d7349814d6970a6a63c25af625bbdb9e Mon Sep 17 00:00:00 2001 From: ilsubyeega Date: Tue, 10 Feb 2026 06:54:02 +0900 Subject: [PATCH] docs: Mention support for alternate LSP for Kotlin (#45650) Would believe https://github.com/zed-industries/zed/pull/40776 did change the default lsp to official implementation. Release Notes: - N/A --------- Co-authored-by: Kunall Banerjee --- docs/src/languages/kotlin.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/languages/kotlin.md b/docs/src/languages/kotlin.md index a81643ab7d5a20b8985a6bfb3e23d214077c5d6b..a94b7b6da80b3135e404dfca818ee7fe479e95af 100644 --- a/docs/src/languages/kotlin.md +++ b/docs/src/languages/kotlin.md @@ -5,6 +5,7 @@ Report issues to: [https://github.com/zed-extensions/kotlin/issues](https://gith - Tree-sitter: [fwcd/tree-sitter-kotlin](https://github.com/fwcd/tree-sitter-kotlin) - Language Server: [fwcd/kotlin-language-server](https://github.com/fwcd/kotlin-language-server) +- Alternate Language Server: [kotlin/kotlin-lsp](https://github.com/kotlin/kotlin-lsp) ## Configuration