mirror of
https://github.com/neovim/neovim.git
synced 2026-09-09 23:45:51 +00:00
Problem: A server that supports dynamic registration must not also declare completionProvider at initialize, so server_capabilities.completionProvider is nil for anything reading it directly. Solution: Do not advertise it by default. A client that follows a registration can declare it itself.