mirror of
https://github.com/neovim/nvim-lspconfig.git
synced 2026-05-05 00:26:09 +02:00
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:
parent
0e25d7445b
commit
fbe09db680
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user