-
Notifications
You must be signed in to change notification settings - Fork 103
BUG: Automatically pass self for server method calls (virtual_text) #300
New issue
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
BUG: Automatically pass self for server method calls (virtual_text) #300
Conversation
|
@aliaksandr-trush does this look good? |
|
I didn't mention in the original ticket, but did follow this thread. And I can confirm this resolves the issue. |
Solution works fine for me. |
|
Works fine for me too. |
|
This also works for me. Finally I got virtual text back Neovim v0.11.0 |
fortenforge
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oki
Fixes #298
Summary
Function in Lua require
:instead of.to pass self automatically.This PR fixes it by swapping the
.with:as necessary to fix the error.See https://www.lua.org/manual/5.1/manual.html#2.5.8 for more.
Does it work? Yes
Completions now happen successfully (prior behavior can be observed in #298)
