-
Notifications
You must be signed in to change notification settings - Fork 13
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
feat: add support for neovim v0.9 #60
Conversation
thanks! is this working for you locally? if so what version of Neovim are you on? I'll circle back to this later today or sometime tomorrow. Thanks for the contribution 👍 |
I'm on v0.9.4, yes it's working smoothly so far! |
hey @jackielii I think this PR is looking pretty good. I modified things a bit. Could you run |
Nice! Just tested it and everything looks good! thanks! |
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.
🚀
# [2.2.0](v2.1.2...v2.2.0) (2023-11-24) ### Features * add support for neovim v0.9 ([#60](#60)) ([30fffc0](30fffc0))
🎉 This PR is included in version 2.2.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
closes #58 |
This PR vendors
vim.system
for neovim < v0.10 to work.Notes:
vim.uv
is not available in <v0.10, however, it seemsvim.system
is only using standard libuv functionsAlso I didn't do thorough tests as I'm only just adopting this awesome tool! Kudos!
for #58