feat(completion): replace orderless with fussy

Use fussy instead of orderless for filtering and scoring/ordering
completion candidates. This seems to overall order results in a much
better way than just orderless.

Technically orderless is still used to filter the candidate list, but
fzf-native is used to score/order the results.
This commit is contained in:
2022-06-09 00:58:38 +01:00
parent 0e1de284fd
commit f6ecda7bf4
3 changed files with 45 additions and 1 deletions

View File

@@ -52,7 +52,7 @@
;; Completion Systems and Interfaces
(require 'siren-vertico)
(require 'siren-orderless)
(require 'siren-fussy)
;; Linting
(require 'siren-flycheck)