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
blink.cmp
calls to vim.lsp.util.make_position_params(...) in lua/blink/cmp/sources/lsp.lua should be updated accordingly if vim.fn.has('nvim-0.11.0').
vim.lsp.util.make_position_params(...)
lua/blink/cmp/sources/lsp.lua
vim.fn.has('nvim-0.11.0')
See neovim/neovim#31249.
No response
v0.11.0-dev+1220-gd9b08c58c
main
The text was updated successfully, but these errors were encountered:
0a2abab
No branches or pull requests
Make sure you have done the following
blink.cmp
Bug Description
calls to
vim.lsp.util.make_position_params(...)
inlua/blink/cmp/sources/lsp.lua
should be updated accordingly ifvim.fn.has('nvim-0.11.0')
.See neovim/neovim#31249.
Relevant configuration
No response
neovim version
v0.11.0-dev+1220-gd9b08c58c
blink.cmp
version: branch, tag, or commitmain
The text was updated successfully, but these errors were encountered: