FAQ
Announcement
Minimal reproducible full config
Description
this is a fuzzy matcher bug
Steps to reproduce
local score, matches = matcher.match('core', 'lua/cmp/core.lua', config.matching)
print(score)
print(vim.inspect(matches))
add these code in matcher_spec.lua, and run vusted ./lua/cmp/matcher_spec.lua
Expected behavior
can see a lua table to print
Actual behavior
Additional context
No response
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.luaExpected behavior
can see a lua table to print
Actual behavior
Additional context
No response