From f7e89f3d19fb436e1fbeff3bf4291eef35da94e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 30 Apr 2026 00:45:56 +0000 Subject: [PATCH] docs: update configs.md skip-checks: true --- doc/configs.md | 2 +- doc/configs.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/configs.md b/doc/configs.md index a56cee67..60f4c8f5 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -6801,7 +6801,7 @@ vim.lsp.enable('kotlin_lsp') Default config: - `cmd` : ```lua - { "kotlin-lsp", "--stdio" } + { "intellij-server", "--stdio" } ``` - `filetypes` : ```lua diff --git a/doc/configs.txt b/doc/configs.txt index c2322c10..6c90d424 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -4949,7 +4949,7 @@ Snippet to enable the language server: >lua Default config: - cmd: >lua - { "kotlin-lsp", "--stdio" } + { "intellij-server", "--stdio" } - filetypes: >lua { "kotlin" } - root_markers: >lua