use --type f with fd
will show folders otherwise
This commit is contained in:
parent
c3dc660b1b
commit
e7141d2c96
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ what features are available.")
|
||||||
;; fd is a rust program that is significantly faster. It also respects
|
;; fd is a rust program that is significantly faster. It also respects
|
||||||
;; .gitignore. This is recommended in the projectile docs
|
;; .gitignore. This is recommended in the projectile docs
|
||||||
(when (executable-find "fd")
|
(when (executable-find "fd")
|
||||||
(setq projectile-git-command "fd . -0"
|
(setq projectile-git-command "fd . --type f -0"
|
||||||
projectile-generic-command projectile-git-command)))
|
projectile-generic-command projectile-git-command)))
|
||||||
|
|
||||||
(def-package! magit-todos
|
(def-package! magit-todos
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue