diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-04-02 10:05:48 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-04-02 10:05:48 +0000 |
| commit | cd8e5d75332485c59c01399a924f079d41f66b40 (patch) | |
| tree | a059667e5006cd1561c04a4e81f9ad66a26059dc /doc/configs.txt | |
| parent | fix(sourcekit): url & dynamic registration for `didChangeWatchedFiles` (#3681) (diff) | |
| download | nvim-lspconfig-cd8e5d75332485c59c01399a924f079d41f66b40.tar nvim-lspconfig-cd8e5d75332485c59c01399a924f079d41f66b40.tar.gz nvim-lspconfig-cd8e5d75332485c59c01399a924f079d41f66b40.tar.bz2 nvim-lspconfig-cd8e5d75332485c59c01399a924f079d41f66b40.tar.lz nvim-lspconfig-cd8e5d75332485c59c01399a924f079d41f66b40.tar.xz nvim-lspconfig-cd8e5d75332485c59c01399a924f079d41f66b40.tar.zst nvim-lspconfig-cd8e5d75332485c59c01399a924f079d41f66b40.zip | |
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc/configs.txt')
| -rw-r--r-- | doc/configs.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/configs.txt b/doc/configs.txt index e257e8d5..2b9f3688 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -9907,7 +9907,7 @@ Default config: ## sourcekit -https://github.com/apple/sourcekit-lsp +https://github.com/swiftlang/sourcekit-lsp Language server for Swift and C/C++/Objective-C. @@ -9925,6 +9925,11 @@ Default config: dynamicRegistration = true, relatedDocumentSupport = true } + }, + workspace = { + didChangeWatchedFiles = { + dynamicRegistration = true + } } } ``` |
