Files
neovim/runtime/lua
glepnir b3bd442c5c fix(lsp): completion dynamicRegistration breaks capability readers #41771
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.
2026-09-08 05:48:38 -04:00
..
2026-09-07 15:33:22 +01:00
2026-03-16 10:29:58 +01:00
2025-02-09 18:10:54 +01:00