mirror of
https://github.com/neovim/nvim-lspconfig
synced 2025-03-11 04:27:36 +00:00
skip-checks: true
This commit is contained in:
parent
8b5a45af96
commit
5344e00b86
@ -9907,6 +9907,17 @@ require'lspconfig'.sourcekit.setup{}
|
||||
```
|
||||
|
||||
Default config:
|
||||
- `capabilities` :
|
||||
```lua
|
||||
{
|
||||
textDocument = {
|
||||
diagnostic = {
|
||||
dynamicRegistration = true,
|
||||
relatedDocumentSupport = true
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
- `cmd` :
|
||||
```lua
|
||||
{ "sourcekit-lsp" }
|
||||
|
@ -9907,6 +9907,17 @@ require'lspconfig'.sourcekit.setup{}
|
||||
```
|
||||
|
||||
Default config:
|
||||
- `capabilities` :
|
||||
```lua
|
||||
{
|
||||
textDocument = {
|
||||
diagnostic = {
|
||||
dynamicRegistration = true,
|
||||
relatedDocumentSupport = true
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
- `cmd` :
|
||||
```lua
|
||||
{ "sourcekit-lsp" }
|
||||
|
Loading…
Reference in New Issue
Block a user