We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
resolved_capabilities
server_capabilities
With neovim v0.8, it appears that resolved_capabilities is deprecated: neovim/neovim#17814
It appears to be only these two lines that are affected:
fzf-lua/lua/fzf-lua/providers/lsp.lua 432:code_action = client.resolved_capabilities.code_action 795:if client.resolved_capabilities[feature] then
The text was updated successfully, but these errors were encountered:
I should have read the code instead of just greping. This is already fixed.
grep
Sorry, something went wrong.
Good timing :)
It was actually done today #401.
Should have realized you’d have already taken care of it :)
Actually it was @arsham :)
No branches or pull requests
With neovim v0.8, it appears that
resolved_capabilities
is deprecated: neovim/neovim#17814It appears to be only these two lines that are affected:
The text was updated successfully, but these errors were encountered: