Replies: 3 comments 1 reply
-
This is already the case but we do a poor job of choosing the fuzzy matching range when there's a |
Beta Was this translation helpful? Give feedback.
-
This also happened on tailwind for some reason. But for some reason entering 2025-05-30.11-08-34.mp4 |
Beta Was this translation helpful? Give feedback.
-
Looks like it might not be limited to special characters. Typing |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Thanks for writing blink.cmp; I would like to sort entries so that ones that exactly match a prefix have higher score. For instance if I type
:e ~/.conf
I see the following:This is clearly unintuitive;
~/.config
should be first, but it's scored very poorly. Is there a way to fix this? (I havefuzzy.sorts = {'exact', 'score', 'sort_text'}
)Thanks
Beta Was this translation helpful? Give feedback.
All reactions