yofi
                                
                                 yofi copied to clipboard
                                
                                    yofi copied to clipboard
                            
                            
                            
                        Config for tuning fuzzy match
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.