Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug with cmdline freezing when using ! #1028

Closed
2 tasks done
mau-mauricelim opened this issue Jan 17, 2025 · 0 comments
Closed
2 tasks done

Bug with cmdline freezing when using ! #1028

mau-mauricelim opened this issue Jan 17, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@mau-mauricelim
Copy link

Make sure you have done the following

  • Updated to the latest version of blink.cmp
  • Searched for existing issues and documentation (try <C-k> on https://cmp.saghen.dev)

Bug Description

Command line freeze when using !. See:

Image

Seems like the same issue on: hrsh7th/cmp-cmdline#112

Relevant configuration

completion = {
      -- Disable auto brackets
      -- NOTE: some LSPs may add auto brackets themselves anyway
      accept = { auto_brackets = { enabled = false } },
      list = { selection = { preselect = true, auto_insert = true } },
      -- or set either per mode via a function
      -- list = { selection = { preselect = function(ctx) return ctx.mode ~= 'cmdline' end } },
    },

neovim version

NVIM v0.10.2

blink.cmp version

v0.10.0

@mau-mauricelim mau-mauricelim added the bug Something isn't working label Jan 17, 2025
@Saghen Saghen closed this as completed Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants