fix(kotlin_lsp): update cmd to intellij-server #4412

per 75ddb7586e
, the new name of the launcher is `intellij-server`, not `kotlin-lsp`.
This commit is contained in:
Sindre Moen 2026-04-30 02:45:45 +02:00 committed by GitHub
parent 0e25d7445b
commit fbe09db680
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
---@type vim.lsp.Config
return {
filetypes = { 'kotlin' },
cmd = { 'kotlin-lsp', '--stdio' },
cmd = { 'intellij-server', '--stdio' },
root_markers = {
'settings.gradle', -- Gradle (multi-project)
'settings.gradle.kts', -- Gradle (multi-project)