feat(lsp): support textDocument/documentColor

test(lsp): add tests form `vim.lsp.document_color`
This commit is contained in:
Maria José Solano
2025-04-16 17:21:30 -07:00
committed by Christian Clason
parent ca47cc39f8
commit 9ff1239634
7 changed files with 614 additions and 0 deletions

View File

@@ -532,6 +532,9 @@ function protocol.make_client_capabilities()
callHierarchy = {
dynamicRegistration = false,
},
colorProvider = {
dynamicRegistration = false,
},
},
workspace = {
symbol = {