mirror of
https://github.com/neovim/nvim-lspconfig.git
synced 2026-05-05 08:36:09 +02:00
docs: update configs.md
skip-checks: true
This commit is contained in:
parent
fbe09db680
commit
f7e89f3d19
@ -6801,7 +6801,7 @@ vim.lsp.enable('kotlin_lsp')
|
||||
Default config:
|
||||
- `cmd` :
|
||||
```lua
|
||||
{ "kotlin-lsp", "--stdio" }
|
||||
{ "intellij-server", "--stdio" }
|
||||
```
|
||||
- `filetypes` :
|
||||
```lua
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user