mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
feat(lsp): support documentColor dynamic registration #33800
This commit is contained in:
committed by
GitHub
parent
5c15df449a
commit
8f5bd569c5
@@ -533,7 +533,7 @@ function protocol.make_client_capabilities()
|
||||
dynamicRegistration = false,
|
||||
},
|
||||
colorProvider = {
|
||||
dynamicRegistration = false,
|
||||
dynamicRegistration = true,
|
||||
},
|
||||
},
|
||||
workspace = {
|
||||
|
||||
Reference in New Issue
Block a user