helix icon indicating copy to clipboard operation
helix copied to clipboard

completions: Highlight fuzzy matching

Open danyspin97 opened this issue 3 years ago • 0 comments

Requires #1905 .

I had to create a vector for every completion to add the spans, but I didn't notice any slowdown (even with idle-timeout = 0). The loop part is only slightly longer for non consecutive matches, but in this case the matching rows are just few ones, so there is no performance impact.

Preview: 20220404_18h01m43s_grim

danyspin97 avatar Apr 20 '22 09:04 danyspin97