aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp/protocol.lua
diff options
context:
space:
mode:
authorJon Huhn <nojnhuh@users.noreply.github.com>2023-04-22 02:37:38 -0500
committerGitHub <noreply@github.com>2023-04-22 09:37:38 +0200
commite9b85acfbb8d3b1dd6f92deb187800be757c6c68 (patch)
treef41accc6e876667534e98b06a03f17da4952ea23 /runtime/lua/vim/lsp/protocol.lua
parent2d2ed4f6fdcb9c876a5635a02ccb48ff0cabddfa (diff)
downloadrneovim-e9b85acfbb8d3b1dd6f92deb187800be757c6c68.tar.gz
rneovim-e9b85acfbb8d3b1dd6f92deb187800be757c6c68.tar.bz2
rneovim-e9b85acfbb8d3b1dd6f92deb187800be757c6c68.zip
feat(lsp): enable workspace/didChangeWatchedFiles by default (#23190)
Diffstat (limited to 'runtime/lua/vim/lsp/protocol.lua')
-rw-r--r--runtime/lua/vim/lsp/protocol.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lua/vim/lsp/protocol.lua b/runtime/lua/vim/lsp/protocol.lua
index 2cb8fc7955..a7919f12f5 100644
--- a/runtime/lua/vim/lsp/protocol.lua
+++ b/runtime/lua/vim/lsp/protocol.lua
@@ -837,7 +837,7 @@ function protocol.make_client_capabilities()
refreshSupport = true,
},
didChangeWatchedFiles = {
- dynamicRegistration = false,
+ dynamicRegistration = true,
relativePatternSupport = true,
},
},