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
gu triggers the native vim function to_lower(), instead of LSP's go_to_usages(). We must unmap gu or map it to <Nop> before setting the LSP mapping.
gu
to_lower()
go_to_usages()
<Nop>
The text was updated successfully, but these errors were encountered:
serhez
No branches or pull requests
gu
triggers the native vim functionto_lower()
, instead of LSP'sgo_to_usages()
. We must unmapgu
or map it to<Nop>
before setting the LSP mapping.The text was updated successfully, but these errors were encountered: