mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
feat(lsp): support textDocument/documentColor
test(lsp): add tests form `vim.lsp.document_color`
This commit is contained in:
committed by
Christian Clason
parent
ca47cc39f8
commit
9ff1239634
@@ -532,6 +532,9 @@ function protocol.make_client_capabilities()
|
||||
callHierarchy = {
|
||||
dynamicRegistration = false,
|
||||
},
|
||||
colorProvider = {
|
||||
dynamicRegistration = false,
|
||||
},
|
||||
},
|
||||
workspace = {
|
||||
symbol = {
|
||||
|
||||
Reference in New Issue
Block a user