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
The latest update seems to have broken the previously working snippet reload function require('blink.cmp').sources.reload() (a regression of the function breaking in #28)
It now throws the error attempt to index field 'sources' (a nil value), I assume the function has moved somewhere else now.
Relevant configuration
No response
neovim version
NVIM v0.10.2
blink.cmp version: branch, tag, or commit
0.7.1
The text was updated successfully, but these errors were encountered:
Make sure you have done the following
blink.cmp
Bug Description
The latest update seems to have broken the previously working snippet reload function
require('blink.cmp').sources.reload()
(a regression of the function breaking in #28)It now throws the error
attempt to index field 'sources' (a nil value)
, I assume the function has moved somewhere else now.Relevant configuration
No response
neovim version
NVIM v0.10.2
blink.cmp
version: branch, tag, or commit0.7.1
The text was updated successfully, but these errors were encountered: