-
-
Notifications
You must be signed in to change notification settings - Fork 245
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 'lazy_table' (a nil value)" with Lazy.nvim #831
Comments
Did you have |
Yup, removing |
Don't worry, I had the same issue 😄 |
X3 Should this information be in the documentation 😆? |
I think it's better to pin this issue because this is not a Luasnip (only) problem and not everybody uses Lazy. |
Good idea👍 |
Error is shown when opening neovim with config provided below. In my regular config, where I have more plugins, this bug is shown only sometimes (I open neovim three times - nothing happens; I open fourth time - it crashes), so maybe it's some kind of race condition? I don't fully understand how lazy loading works in neovim.
I'm not sure whether this bug report belongs here or in Lazy.nvim, but I thought it might be better to start here.
Error message
init.lua
:Neovim version:
v0.8.3
The text was updated successfully, but these errors were encountered: