mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Disable fuzzy matching for counsel-rg #1292
This commit is contained in:
@ -229,6 +229,7 @@ immediately runs it on the current candidate (ending the ivy session)."
|
||||
:init
|
||||
(setq ivy-re-builders-alist
|
||||
'((counsel-ag . ivy--regex-plus)
|
||||
(counsel-rg . ivy--regex-plus)
|
||||
(counsel-grep . ivy--regex-plus)
|
||||
(swiper . ivy--regex-plus)
|
||||
(t . ivy--regex-fuzzy))
|
||||
|
Reference in New Issue
Block a user