attempt to call field 'button' (a nil value) #2160
Unanswered
CodeMstr14Trihaji
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys, I just ran into a strange bug. Every time I use the alpha-nvim plugin, I always get this error:
I traced where the issue comes from, and it seems to be in this file
C:\Users\ASUS\AppData\Local\nvim-data\lazy\LazyVim\lua\lazyvim\plugins\extras\editor\snacks_picker.lua
. inside this block of code:I found a temporary workaround by commenting out this code, which makes the error disappear. But again, this is only a temporary solution, since every time I run a lazy update, my changes get reverted:
What should I do? And what exactly is causing this?
Beta Was this translation helpful? Give feedback.
All reactions