mirror of
https://github.com/neovim/neovim.git
synced 2025-10-18 07:41:51 +00:00

Problem: The registerCapability handler re-enables document_color, making it impossible to disable it in LspAttach. Solution: Enable it once on initialization and avoid re-enabling on registerCapability.