ivy-prescient-retain-classic-highlighting = t
Because prescient's highlighting turns any assumptions themes make about ivy's faces on their head, making them look odd.
This commit is contained in:
parent
8f186ae1f0
commit
fb16afb4f2
1 changed files with 6 additions and 4 deletions
|
@ -298,10 +298,12 @@ evil-ex-specific constructs, so we disable it solely in evil-ex."
|
|||
:hook (ivy-mode . ivy-prescient-mode)
|
||||
:when (featurep! +prescient)
|
||||
:init
|
||||
(setq prescient-filter-method (if (featurep! +fuzzy)
|
||||
'(literal regexp initialism fuzzy)
|
||||
'(literal regexp initialism))
|
||||
ivy-prescient-enable-filtering nil ;; we do this ourselves
|
||||
(setq prescient-filter-method
|
||||
(if (featurep! +fuzzy)
|
||||
'(literal regexp initialism fuzzy)
|
||||
'(literal regexp initialism))
|
||||
ivy-prescient-enable-filtering nil ; we do this ourselves
|
||||
ivy-prescient-retain-classic-highlighting t
|
||||
ivy-initial-inputs-alist nil
|
||||
ivy-re-builders-alist
|
||||
'((counsel-ag . +ivy-prescient-non-fuzzy)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue