Disable fuzzy matching for counsel-rg #1292

This commit is contained in:
Henrik Lissner 2019-03-30 00:07:57 -04:00
parent 36919fedda
commit 49bbc7107f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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))