mirror of
https://github.com/neovim/neovim.git
synced 2025-12-25 07:39:11 +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.