Saghen / blink.cmp

Performant, batteries-included completion plugin for Neovim
MIT License
1.23k stars 73 forks source link

Implement `auto_show` on trigger #204

Open haunt98 opened 2 weeks ago

haunt98 commented 2 weeks ago

Make sure you have done the following

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.

asciicast

Relevant configuration

keymap = {
                select_and_accept = { "<CR>" },
            },
            windows = {
                autocomplete = {
                    auto_show = false,
                },
            },
            nerd_font_variant = "mono",

neovim version

NVIM v0.10.2

blink.cmp version: branch, tag, or commit

v0.4.1

Saghen commented 2 weeks ago

Seems like we should replace the autocomplete.auto_show with a trigger.completion.auto_show. I'll use this issue to track it