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

Can't skip :'s in fuzzy search #648

Open
2 tasks done
KodyVB opened this issue Dec 19, 2024 · 0 comments
Open
2 tasks done

Can't skip :'s in fuzzy search #648

KodyVB opened this issue Dec 19, 2024 · 0 comments
Labels
bug Something isn't working fuzzy Filtering and sorting of completion items

Comments

@KodyVB
Copy link

KodyVB commented Dec 19, 2024

Make sure you have done the following

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

Bug Description

When I'm using hledger, I have entries that Span:Multiple:Colons, and with cmp I could just type spco in this example and expect to see Span:Multiple:Colons, but when I use the blink compat I would have to type spmuco because I need something from the middle word.

I'll include a video for a better example.

I'm not sure if this is a blink bug or not, so if this is the wrong place please let me know.

blink_hledger_example.mp4

Relevant configuration

return {
  "saghen/blink.cmp",
  lazy = false, -- lazy loading handled internally
  dependencies = {
    "kirasok/cmp-hledger",
    "saghen/blink.compat",
  },
  version = "v0.*",
  opts = {
    sources = {
      default = { "hledger", "lsp", "path", "buffer" },
      completion = {
        enabled_providers = { "hledger", "lsp", "path", "buffer" },
      },
      providers = {
        hledger = {
          name = "hledger",
          module = "blink.compat.source",
          score_offset = 5,
        },
      },
    },
  },
  opts_extend = { "sources.default" },
}

neovim version

v0.10.2

blink.cmp version: branch, tag, or commit

v0.7.6

@KodyVB KodyVB added the bug Something isn't working label Dec 19, 2024
@Saghen Saghen added the fuzzy Filtering and sorting of completion items label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fuzzy Filtering and sorting of completion items
Projects
None yet
Development

No branches or pull requests

2 participants