diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2026-04-30 00:45:56 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2026-04-30 00:45:56 +0000 |
| commit | f7e89f3d19fb436e1fbeff3bf4291eef35da94e3 (patch) | |
| tree | 5a18a08cd5baa6c97f9e360694e1f9f2763cc91b | |
| parent | fix(kotlin_lsp): update cmd to `intellij-server` #4412 (diff) | |
| download | nvim-lspconfig-f7e89f3d19fb436e1fbeff3bf4291eef35da94e3.tar nvim-lspconfig-f7e89f3d19fb436e1fbeff3bf4291eef35da94e3.tar.gz nvim-lspconfig-f7e89f3d19fb436e1fbeff3bf4291eef35da94e3.tar.bz2 nvim-lspconfig-f7e89f3d19fb436e1fbeff3bf4291eef35da94e3.tar.lz nvim-lspconfig-f7e89f3d19fb436e1fbeff3bf4291eef35da94e3.tar.xz nvim-lspconfig-f7e89f3d19fb436e1fbeff3bf4291eef35da94e3.tar.zst nvim-lspconfig-f7e89f3d19fb436e1fbeff3bf4291eef35da94e3.zip | |
docs: update configs.md
skip-checks: true
| -rw-r--r-- | doc/configs.md | 2 | ||||
| -rw-r--r-- | 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 |
