Open haunt98 opened 2 weeks ago
blink.cmp
First I try to complete line with c-x c-n, then I press <up>, then I see blink.cmp overlapse with nvim completion.
c-x c-n
<up>
keymap = { select_and_accept = { "<CR>" }, }, windows = { autocomplete = { auto_show = false, }, }, nerd_font_variant = "mono",
NVIM v0.10.2
v0.4.1
Seems like we should replace the autocomplete.auto_show with a trigger.completion.auto_show. I'll use this issue to track it
autocomplete.auto_show
trigger.completion.auto_show
Make sure you have done the following
blink.cmp
Bug Description
First I try to complete line with
c-x c-n
, then I press<up>
, then I see blink.cmp overlapse with nvim completion.Relevant configuration
neovim version
NVIM v0.10.2
blink.cmp
version: branch, tag, or commitv0.4.1