diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-02-26 21:45:14 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-02-26 21:45:14 +0000 |
| commit | 5344e00b86d1ea50c39a1da8af9f3d197234bcfe (patch) | |
| tree | 953c07745b1b64654036456f8f2a39026bfb0e11 /doc/configs.txt | |
| parent | fix(sourcekit): use textDocument/diagnostic over publishDiagnostics #3626 (diff) | |
| download | nvim-lspconfig-5344e00b86d1ea50c39a1da8af9f3d197234bcfe.tar nvim-lspconfig-5344e00b86d1ea50c39a1da8af9f3d197234bcfe.tar.gz nvim-lspconfig-5344e00b86d1ea50c39a1da8af9f3d197234bcfe.tar.bz2 nvim-lspconfig-5344e00b86d1ea50c39a1da8af9f3d197234bcfe.tar.lz nvim-lspconfig-5344e00b86d1ea50c39a1da8af9f3d197234bcfe.tar.xz nvim-lspconfig-5344e00b86d1ea50c39a1da8af9f3d197234bcfe.tar.zst nvim-lspconfig-5344e00b86d1ea50c39a1da8af9f3d197234bcfe.zip | |
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc/configs.txt')
| -rw-r--r-- | doc/configs.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/configs.txt b/doc/configs.txt index 5f01fb91..bba699cd 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -9907,6 +9907,17 @@ require'lspconfig'.sourcekit.setup{} ``` Default config: +- `capabilities` : + ```lua + { + textDocument = { + diagnostic = { + dynamicRegistration = true, + relatedDocumentSupport = true + } + } + } + ``` - `cmd` : ```lua { "sourcekit-lsp" } |
