-
Notifications
You must be signed in to change notification settings - Fork 365
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: Error while calling lua chunk #160
Comments
the Repro code worked as expected though, I don't understand what's the issue with my setup |
you should modify the |
I can prevent that error, but that would mask the problem. The issue is probably that you have a dependency specified somewhere with a plugin name that does not exist. So you have a plugin name in a dep without a forward slash and that plugin does not exist. I'll add a proper error message for this, so it will be easier to see what's wrong |
I've added a clear error if what I think is happening here is happening. Let me know if you still can't resolve the issue |
yea, this was issue, but the error was persisting even after add appropriate plugin name. So I had to start fresh again with the first plugin. Thanks! for adding clear error msgs, it gives better visibility of the issue. |
Did you check docs and existing issues?
Neovim version (nvim -v)
v0.8.0
Operating system/version
MacOs (12.6.1)
Describe the bug
My
...nvim/lua/jay/lazy.lua
file is as belowWhile
jay.plugins
dir contains all the plugins as mentioned in Structuring your pluginsSteps To Reproduce
lua/jay/lazy.lua
file innvim/init.lua
Expected Behavior
should work as expected without any errors
Repro
The text was updated successfully, but these errors were encountered: