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
blink.cmp randomly crashes and whole nvim instant gets stuck, using 100% cpu, so only way to stop it is to kill the process. this only happens when zig ls is running, so it's probably related to zigtools/zls#2173, but I tried with other editors and even cmp.nvim and they all work fine. I've had this issue couple of times (only when zls is running), here is the most recent one
fnparse(filename: []constu8) !i32 {
varfd=trystd.fs.cwd().openFile(filename, .{});
deferfd.cl|// this bar is the cursor
}
as soon as close method becomes best match, nvim crashes.
I've realized, documentation window crashes, so if I have it disabled (using <C-space>), it's fine
Relevant configuration
completion= {
documentation= {
auto_show=true
}
}
neovim version
NVIM v0.11.0-dev-1707+g52ff5e3032
blink.cmp version
v0.11.0
The text was updated successfully, but these errors were encountered:
Make sure you have done the following
blink.cmp
<C-k>
on https://cmp.saghen.dev)Bug Description
blink.cmp randomly crashes and whole nvim instant gets stuck, using 100% cpu, so only way to stop it is to kill the process. this only happens when zig ls is running, so it's probably related to zigtools/zls#2173, but I tried with other editors and even cmp.nvim and they all work fine. I've had this issue couple of times (only when zls is running), here is the most recent one
as soon as
close
method becomes best match, nvim crashes.I've realized, documentation window crashes, so if I have it disabled (using
<C-space>
), it's fineRelevant configuration
neovim
versionNVIM v0.11.0-dev-1707+g52ff5e3032
blink.cmp
versionv0.11.0
The text was updated successfully, but these errors were encountered: