mirror of
https://github.com/neovim/neovim.git
synced 2026-01-17 10:27:00 +00:00
Refactor capability checks in Client:_supports_registration and Client:supports_method to properly handle dynamicRegistration and unknown methods. Now, dynamic capabilities are checked before assuming support for unknown methods, ensuring more accurate LSP feature detection.