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
I was trying to accept an suggestion that will result in an auto-import. It was a python class from another file. If I manually write the import statement, the autocomplete works fine.
.../nvim/lazy/blink.cmp/lua/blink/cmp/accept/text-edits.lua:49: bad argument #2 to 'str_byteindex' (number
expected, got string)
I couldn't get blink.cmp working with the development version of Neovim,
so I switched to the stable version.
Saghen/blink.cmp#348
I'm not actually sure why I was using the development version in the
first place.
Make sure you have done the following
blink.cmp
Bug Description
I was trying to accept an suggestion that will result in an auto-import. It was a python class from another file. If I manually write the import statement, the autocomplete works fine.
Relevant configuration
neovim version
NVIM v0.11.0-nightly+852954f
blink.cmp
version: branch, tag, or commit91ea929
The text was updated successfully, but these errors were encountered: