mirror of
https://github.com/neovim/neovim.git
synced 2026-03-30 04:12:01 +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.