-
Notifications
You must be signed in to change notification settings - Fork 401
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 index field 'uv' (a nil value) #1374
Comments
Ia already fixed and released |
any steps on how to reinstall lazy ? it wont start because of the broken version now |
To reinstall fixed version, back up your local files
And then, rerun nvim |
I fix it in this way. |
For others running into this, just remove lazy and let it re-install itself. rm -rf ~/.local/share/nvim/lazy/lazy.nvim |
I'm actually still having this problem. Fresh install. If I check |
I ended up checkout out version 10.17.0, and things work as expected. Are we sure the fix worked? |
Yes, unless |
@tylercecil if you're using LazyVim, then you also need to update that |
I just copied the install to a fresh init.lua, using nvim appimage v0.9.5 with no configuration and I get the error. To resolve it I had to swap |
That's because you used The readme has been updated to correct this https://github.com/folke/lazy.nvim?tab=readme-ov-file#-installation |
I encountered the same problem. I installed neovim from AUR(0.9.5). Only the bootstrap code was in init.lua. The error disappears after I inserted setup(). Since it was step 2 I did not add it at first.
|
Did you check docs and existing issues?
Neovim version (nvim -v)
v0.9.5
Operating system/version
Arch Linux 6.8.1
Describe the bug
function health#check, line 25
Vim(eval):E5108: Error executing lua ...ain/.local/share/nvim/lazy/lazy.nvim/lua/lazy/health.lua:29: attempt to index field 'uv' (a nil value)
Steps To Reproduce
:checkhealth
Expected Behavior
:checkhealth
run w/o exception.Repro
No response
The text was updated successfully, but these errors were encountered: