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
neovim 0.11 introduced a breaking change to one of the functions used in the renamer of this plugin
specifically, the make_position_params() function now requires an additional argument of the following spec:
make_position_params()
The text was updated successfully, but these errors were encountered:
fix(lsp.renamer): add args for the lsp.util..() #456
a0849ad
No branches or pull requests
neovim 0.11 introduced a breaking change to one of the functions used in the renamer of this plugin
specifically, the
make_position_params()
function now requires an additional argument of the following spec:The text was updated successfully, but these errors were encountered: