PythonNut / company-flx

:city_sunset: Flx fuzzy matching for company
GNU General Public License v3.0
85 stars 6 forks source link

Mention new alternative in README #24

Open clemera opened 4 years ago

clemera commented 4 years ago

There is a new package called orderless which implements a completion-style which can be used for for company-capf backends as well (supports initialism matching like flx and more). The benefit is that it is very fast because it use the C implemented all-completions with some magic regexps added to completion-regexp-list.

Others interesting in this sort of matching might find it useful to find it mentioned in the README. I can do it if you like.

oscarfv commented 1 year ago

Describing flx as "initialism matching" is quite a simplification. I've looked at orderless and it is not substitute for flx.