docs: update configs.md

skip-checks: true
This commit is contained in:
github-actions[bot] 2026-04-30 00:45:56 +00:00
parent fbe09db680
commit f7e89f3d19
2 changed files with 2 additions and 2 deletions

View File

@ -6801,7 +6801,7 @@ vim.lsp.enable('kotlin_lsp')
Default config:
- `cmd` :
```lua
{ "kotlin-lsp", "--stdio" }
{ "intellij-server", "--stdio" }
```
- `filetypes` :
```lua

View File

@ -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