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
Hi ! still happens it seems when using copilot.lua and blink-cmp-copilot, but it only happens if I type exactly the following Argentinian phrase: "1- cómo investigar como un campeón"
When it reaches "campeón" it panics. I'm using lazyvim with default settings.
Error executing vim.schedule lua callback: runtime error: Failed to acquire lock for frecency
stack traceback:
[C]: in function 'fuzzy'
...l/share/nvim/lazy/blink.cmp/lua/blink/cmp/fuzzy/init.lua:76: in function 'fuzzy'
...re/nvim/lazy/blink.cmp/lua/blink/cmp/completion/list.lua:113: in function 'fuzzy'
...re/nvim/lazy/blink.cmp/lua/blink/cmp/completion/list.lua:89: in function 'show'
...re/nvim/lazy/blink.cmp/lua/blink/cmp/completion/init.lua:53: in function <...re/nvim/lazy/blink.cmp/lua/blink/cmp/completion/init.lua:29>
I'm using lazy vim with default configurations and lazy extras
@Saghen hi ! thanks for the help and sorry I related the wrong one, I'm now using the mentioned commit and it fails ever harder. I can't even write in obsidian, just typing a character makes it failed:
Error executing vim.schedule lua callback: runtime error: Failed to acquire lock for frecency
stack traceback:
[C]: in function 'fuzzy'
...l/share/nvim/lazy/blink.cmp/lua/blink/cmp/fuzzy/init.lua:76: in function 'fuzzy'
...re/nvim/lazy/blink.cmp/lua/blink/cmp/completion/list.lua:113: in function 'fuzzy'
...re/nvim/lazy/blink.cmp/lua/blink/cmp/completion/list.lua:89: in function 'show'
...re/nvim/lazy/blink.cmp/lua/blink/cmp/completion/init.lua:53: in function <...re/nvim/lazy/blink.cmp/lua/blink/cmp/completion/init.lua:29>
More information:
○ blink.cmp
version 0.10.0
tag v0.10.0
branch main
commit 93541e4
○ blink.compat
version 2.2.0
tag v2.2.0
branch main
commit 5ca8848
○ blink-cmp-copilot blink.cmp
url https://github.com/giuxtaposition/blink-cmp-copilot
branch main
commit 5d4ed42
blink.lua:
return {
"saghen/blink.cmp",
version="*",
dependencies= {
{ "saghen/blink.compat", lazy=true, version="*" },
},
opts= {
sources= {
-- LazyVim as custom option copmpat to pass in external sources with blink.compatcompat= { "obsidian", "obsidian_new", "obsidian_tags" },
},
},
}
Make sure you have done the following
blink.cmp
<C-k>
on https://cmp.saghen.dev)Bug Description
Reference to: #878
Hi ! still happens it seems when using copilot.lua and blink-cmp-copilot, but it only happens if I type exactly the following Argentinian phrase: "1- cómo investigar como un campeón"
When it reaches "campeón" it panics. I'm using lazyvim with default settings.
Error executing vim.schedule lua callback: runtime error: Failed to acquire lock for frecency
stack traceback:
[C]: in function 'fuzzy'
...l/share/nvim/lazy/blink.cmp/lua/blink/cmp/fuzzy/init.lua:76: in function 'fuzzy'
...re/nvim/lazy/blink.cmp/lua/blink/cmp/completion/list.lua:113: in function 'fuzzy'
...re/nvim/lazy/blink.cmp/lua/blink/cmp/completion/list.lua:89: in function 'show'
...re/nvim/lazy/blink.cmp/lua/blink/cmp/completion/init.lua:53: in function <...re/nvim/lazy/blink.cmp/lua/blink/cmp/completion/init.lua:29>
I'm using lazy vim with default configurations and lazy extras
405145176-434fc26a-e688-4fc9-ab4c-29ab7fc9c630.mp4
Relevant configuration
neovim
versionv0.10.2
blink.cmp
versionv0.10.0
The text was updated successfully, but these errors were encountered: