show hidden files in fzf but no git
This commit is contained in:
parent
92d4c82034
commit
6a1760ac24
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue