blink.cmp icon indicating copy to clipboard operation
blink.cmp copied to clipboard

Auto completion in command line suggesting strange options

Open nathanjcollins opened this issue 2 months ago • 4 comments

Make sure you have done the following

  • [X] I have updated to the latest version of blink.cmp
  • [X] I have read the README

Bug Description

Screenshot 2024-12-22 at 06 54 46

While trying to do :w I always get :wNext as an option, and because I'm using enter as my accept key, I try to do :w -> enter for a quick save, but then end up with :wNext in my cmd line and have to manually delete it. This happens with all commands, I try to do :<cmd> enter but end up with some command I don't want.

Maybe this is a config issue?

Relevant configuration

opts = {
    completion = {
      -- experimental auto-brackets support
      accept = { auto_brackets = { enabled = false } },
    },

    keymap = { preset = 'enter' },

    signature = {
      enabled = true,
    },
  },

neovim version

0.10.2

blink.cmp version: branch, tag, or commit

0.8.1

nathanjcollins avatar Dec 22 '24 06:12 nathanjcollins