diff --git a/runtime/lua/vim/lsp/protocol.lua b/runtime/lua/vim/lsp/protocol.lua index ad9b7843bd..d308998f16 100644 --- a/runtime/lua/vim/lsp/protocol.lua +++ b/runtime/lua/vim/lsp/protocol.lua @@ -366,8 +366,10 @@ function protocol.make_client_capabilities() properties = { 'textEdits', 'tooltip', - 'location', 'command', + 'label.location', + 'label.tooltip', + 'label.command', }, }, },