Skip to content
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: add support for Neovim v0.7+ #659

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

mehalter
Copy link
Contributor

This should be tested, but I think this should fix with older Neovim compatibility.

I can test this fully early next week. Thanks to the maintainers for this great project!

Closes #658

lua/ibl/highlights.lua Outdated Show resolved Hide resolved
@mehalter mehalter force-pushed the master branch 4 times, most recently from 3ebc5ac to 5a0b79b Compare October 1, 2023 11:55
@mehalter
Copy link
Contributor Author

mehalter commented Oct 1, 2023

@lukas-reineke just got around to testing this and it's working perfectly on neovim v0.8! Thanks for considering this PR 🙏🏼

@mehalter mehalter requested a review from lukas-reineke October 2, 2023 02:51
@lukas-reineke
Copy link
Owner

hm looks like the types for 0.9.2 just don't include it at all anymore. Just ignore all errors for that line I guess
---@diagnostic disable-next-line

@lukas-reineke lukas-reineke merged commit b3c6e07 into lukas-reineke:master Oct 2, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hard requirement for Neovim v0.9+
2 participants