mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
feat(lsp): enable document_color by default #35086
This commit is contained in:
committed by
GitHub
parent
628d569a59
commit
d08b265111
@@ -779,6 +779,7 @@ function lsp._set_defaults(client, bufnr)
|
||||
if client:supports_method(ms.textDocument_diagnostic) then
|
||||
lsp.diagnostic._enable(bufnr)
|
||||
end
|
||||
lsp.document_color.enable(true, bufnr)
|
||||
end
|
||||
|
||||
--- @deprecated
|
||||
|
||||
Reference in New Issue
Block a user