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
As the recording suggests, blinking (no pun intended) occurs with the menu.
This only occured to me when I am writing property for a CSS selector with using the LSP (cssls and emmet-language-server)
Relevant configuration
--- Not sure what could be the relevant config for this matter, pasting the one for the menu in here:
{
completion= {
list= {
max_items=50,
selection='manual',
},
menu= {
max_height=100,
scrolloff=999,
},
},
}
neovim version
NVIM v0.11.0-dev-1388+g39781be14b
blink.cmp version: branch, tag, or commit
v0.*
The text was updated successfully, but these errors were encountered:
For anyone looking to fix this, we show the menu as soon as any LSP returns a response, with the motivation being to prevent slow LSPs from blocking all the LSPs. We should instead make this configurable since it shouldn't be necessary in most cases. In the future, it would be ideal if we could detect slow LSPs explicitly
Make sure you have done the following
blink.cmp
Bug Description
sample specifying the bug:
Screen.Recording.2024-12-21.at.11.10.10.AM.mp4
As the recording suggests, blinking (no pun intended) occurs with the menu.
This only occured to me when I am writing property for a CSS selector with using the LSP (cssls and emmet-language-server)
Relevant configuration
neovim version
NVIM v0.11.0-dev-1388+g39781be14b
blink.cmp
version: branch, tag, or commitv0.*
The text was updated successfully, but these errors were encountered: