mirror of
https://github.com/neovim/neovim.git
synced 2026-01-03 09:56:25 +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.