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
hey! decided to try out blink after hearing so many good things about it. I'm loving it so far! very fast and easy to configure!
Having issues setting up the lua language server though. Whenever I type = I get the error message below:
Error executing vim.schedule lua callback: bad argument #3: error converting Lua string to String (invalid utf-8 sequence of 1 b
ytes from index 8)
stack traceback:
[C]: in function 'fuzzy_matched_indices'
....cmp/lua/blink/cmp/completion/windows/render/context.lua:23: in function 'get_from_items'
...ink.cmp/lua/blink/cmp/completion/windows/render/init.lua:57: in function 'draw'
...lazy/blink.cmp/lua/blink/cmp/completion/windows/menu.lua:55: in function 'open_with_items'
...ta/nvim/lazy/blink.cmp/lua/blink/cmp/completion/init.lua:61: in function 'callback'
.../nvim/lazy/blink.cmp/lua/blink/cmp/lib/event_emitter.lua:28: in function 'emit'
...ta/nvim/lazy/blink.cmp/lua/blink/cmp/completion/list.lua:94: in function 'show'
...ta/nvim/lazy/blink.cmp/lua/blink/cmp/completion/init.lua:53: in function <...ta/nvim/lazy/blink.cmp/lua/blink/cmp/com
pletion/init.lua:29>
Make sure you have done the following
blink.cmp
<C-k>
on https://cmp.saghen.dev)Bug Description
hey! decided to try out blink after hearing so many good things about it. I'm loving it so far! very fast and easy to configure!
Having issues setting up the lua language server though. Whenever I type
=
I get the error message below:It happens even in the following repro.lua
with the basic config provided in the docs
Thanks for all the work in this project! ⭐
Relevant configuration
repro.lua
neovim
versionblink.cmp
versionThe text was updated successfully, but these errors were encountered: