You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When hovering over a buffer item in the completion list, an error is shown /lua/blink/cmp/windows/documentation.lua:53: attempt to index local 'item' (a nil value)
I fixed this by simply adding item == nil or to the start of the if statement on line 53.
I'm not sure why item is nil in the first place though.
Make sure you have done the following
blink.cmp
Bug Description
When hovering over a buffer item in the completion list, an error is shown
/lua/blink/cmp/windows/documentation.lua:53: attempt to index local 'item' (a nil value)
I fixed this by simply adding
item == nil or
to the start of the if statement on line 53.I'm not sure why item is nil in the first place though.
Relevant configuration
The text was updated successfully, but these errors were encountered: