mirror of
https://github.com/neovim/neovim.git
synced 2025-11-11 21:08:53 +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.