From 25a89491a384a48c2dee56b76fdcb69e9ebdbf2a Mon Sep 17 00:00:00 2001 From: Liam Hupfer Date: Mon, 25 Sep 2023 21:52:05 -0500 Subject: [PATCH] nit(vertico): remove default --regex option for fd Ref: https://github.com/sharkdp/fd/commit/eac20a813256ecdd387c28d32abee26b5da66c35 --- modules/completion/vertico/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/completion/vertico/config.el b/modules/completion/vertico/config.el index 3bc6706a8..8e7a9f0a8 100644 --- a/modules/completion/vertico/config.el +++ b/modules/completion/vertico/config.el @@ -149,7 +149,7 @@ orderless." (if doom-projectile-fd-binary (setq consult-fd-args '(doom-projectile-fd-binary - "--full-path --color=never -H -E .git --regex" + "--full-path --color=never -H -E .git" (when IS-WINDOWS "--path-separator=/")))) (consult-customize