aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp/protocol.lua
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/lua/vim/lsp/protocol.lua')
-rw-r--r--runtime/lua/vim/lsp/protocol.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/runtime/lua/vim/lsp/protocol.lua b/runtime/lua/vim/lsp/protocol.lua
index 172d43e483..b3a7903420 100644
--- a/runtime/lua/vim/lsp/protocol.lua
+++ b/runtime/lua/vim/lsp/protocol.lua
@@ -641,6 +641,12 @@ function protocol.make_client_capabilities()
},
},
textDocument = {
+ inlayHint = {
+ dynamicRegistration = false,
+ resolveSupport = {
+ properties = {},
+ },
+ },
semanticTokens = {
dynamicRegistration = false,
tokenTypes = {
@@ -853,6 +859,9 @@ function protocol.make_client_capabilities()
dynamicRegistration = true,
relativePatternSupport = true,
},
+ inlayHint = {
+ refreshSupport = true,
+ },
},
experimental = nil,
window = {