-
Notifications
You must be signed in to change notification settings - Fork 33
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
Fix deprecation warnings in nvim 0.10 #170
Conversation
@aarondill thanks for the contribution. Was it tested on previous versions? |
I've tested everything except for the chat changes (which should still work) on Obviously the change in the readme is not backwards compatible, so older users still need to change it back to |
Can you elaborate on needed in readme? Not sure I got this point |
@amirbilu In the README, I changed the reference to |
Got you |
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.
LGTM
If you can please add a comment in the README + document somewhere to remove the fallback once vim.loop is deprecated
This fixes several deprecation warnings in nvim 0.10.
It should still work in previous versions.