Files
.emacs.d/modules/editor
Jim Myhrberg e74a3bd3ad fix(editor/fussy): improve completion performance and simplify setup
The fussy package now comes with helper functions to strip down an input
string, removing all extra "tofu" characters added by Consult. This is
also faster than the old hand-rolled solution I had come up with
previously.

Hence I've switch to simpler variant that uses a custom scoring function
that calls `flx-rs-score`, with `str` having been sanitized with the
function assigned to `fussy-remove-bar-char-fn`, which by default is
`fussy-without-tofu-char`.

I've also submitted a PR to fussy that will cleanup the input string
when using flx-rs:

https://github.com/jojojames/fussy/pull/36
2023-11-20 19:26:47 +00:00
..
2019-08-15 23:34:53 +01:00