-
Notifications
You must be signed in to change notification settings - Fork 399
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
matcher issue #1971
Comments
matching = {
disallow_partial_fuzzy_matching = false, -- default: true
disallow_symbol_nonprefix_matching = false, -- default: true
} add this option is a temp workaround |
Hi is this issue still present in my fork of nvim-cmp, magazine.nvim ? |
If the matcher code had not been modified, the problem would still exist. Later on, I will submit a PR and add an option to change the matcher, which can use the same fuzzy matcher as Telescope. |
matcher code has been modified quite a bit to fix bugs (#1900 & maybe others) and to add caching (#1980) |
When I have time, I will go test it and leave a message on this issue once I have the results. |
FAQ
Announcement
Minimal reproducible full config
Description
this is a fuzzy matcher bug
Steps to reproduce
add these code in
matcher_spec.lua
, and runvusted ./lua/cmp/matcher_spec.lua
Expected behavior
can see a lua table to print
Actual behavior
Additional context
No response
The text was updated successfully, but these errors were encountered: