mirror of
https://github.com/neovim/neovim.git
synced 2026-01-05 10:57:11 +10: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.