-
Notifications
You must be signed in to change notification settings - Fork 21
Config for tuning fuzzy match #126
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
submlime-fuzzy introduced in #125 allows to fine-tune matching parameters which is kinda nice.
- Add
matchingsection to config; - Add there options for Scoring (use default values if some are not specified);
- Add flag for case sensitivity;
- Propagate this config to
FilteredLinesand replacebest_matchcall withsublime_fuzzy::FuzzySearch::new(..).score_with(..); - Don't forget to update the Configuration wiki after merging.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers