Hi, I have set up fuzzy with ``` (setq ivy-re-builders-alist '((t . ivy--regex-fuzzy)))) ``` And it generally works (for find-file, M-x, etc) but swiper still uses space separated search. Is it possible to apply fuzzy to swiper? BTW, thanks for ivy and counsel!