show hidden files in fzf but no git

This commit is contained in:
Stefan Schwarz 2022-06-29 10:17:19 +02:00
parent 92d4c82034
commit 6a1760ac24

View file

@ -101,7 +101,7 @@
(use-package counsel :ensure t
:config
(counsel-mode 1)
(setq counsel-fzf-cmd "fd -H -c never \"%s\""))
(setq counsel-fzf-cmd "fd -E .git -H -c never \"%s\""))
(use-package counsel-projectile :ensure t)
(use-package swiper :ensure t)