You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: adapt to LSP capability mapping change (#248)
Addresses recent breaking change introduced in PR #32503, where the
internal mapping table `_request_name_to_capability` was moved from
`vim.lsp` to `vim.lsp.protocol`.
See [PR #32503](neovim/neovim#32503)
This change ensures compatibility with both older and newer versions
by checking both locations for the mapping table. It uses a fallback
mechanism for locating the mapping, accommodating the API change.
0 commit comments