mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 00:38:17 +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.