mirror of
https://github.com/neovim/neovim.git
synced 2025-11-12 13:28:54 +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.