Replies: 2 comments 14 replies
-
Not yet but you could use |
Beta Was this translation helpful? Give feedback.
0 replies
-
i'm also a little confused with the sorts: is this was been designed to do so? |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
CleanShot.2024-11-05.at.14.26.32.mp4
Here's a runthrough of using blink.cmp on a file - these fuzzy suggestions are too fuzzy for me: I want to type
Comment<CR>
, butblink.nvim
is recommendingCommandMenu
and then the<CR>
accepts the suggestion. Comment and CommandMenu on a perfix basis are at least 2 character substitutions away, andExca
matchesflex-col
, which is also pretty far away from the search string.Is there a knob that I can turn that will make blink.cmp less permissive in suggesting matches that require fuzziness?
Beta Was this translation helpful? Give feedback.
All reactions