mirror of
https://github.com/neovim/neovim.git
synced 2026-03-28 03:12:00 +00:00
Introduce _provider_foreach to iterate over all matching provider capabilities for a given LSP method, handling both static and dynamic registrations. Update diagnostic logic and tests to use the new iteration approach, simplifying capability access and improving consistency across features.