-
-
Notifications
You must be signed in to change notification settings - Fork 107
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] attempt to call field 'nvim_create_augroup' (a nil value) #168
Comments
I can confirm now that the latest commit is the culprit here. After pinning to the previous commit with
the error message doesn't show up anymore. |
neovim nightly needed for |
Hey @sabitm thanks for your response. I see you're not a maintainer of this project, so I'd rather wait for a comment from the contributors before migrating to an unstable version of Neovim. That aside, I have a question to the actual maintainers - @ful1e5 seems to be the main contributor these days and the author of the commit we're discussing. Would you accept a PR with a workaround? My understanding is that all we need is a conditional check for the version of Neovim we're running and then setting the autogroups the old way for line 0.6.x and the new way for 0.7.x, is that correct? If yes, I'm more than happy to contribute. |
After updating the plugin minutes ago, I'm now getting the following error:
I'm using Plug.vim for managing my plugins, and it pulled the following commits:
My neovim details:
The text was updated successfully, but these errors were encountered: