Don't ignore hidden files except for .git in consult-find
This commit is contained in:
parent
77a0341188
commit
68cfb4eb78
@ -138,6 +138,7 @@ targets."
|
||||
xref-show-definitions-function #'consult-xref)
|
||||
:custom
|
||||
(consult-project-root-function #'projectile-project-root)
|
||||
(consult-find-args "find . -not ( -wholename */.git/* -prune )")
|
||||
(consult-config '((consult-ripgrep :preview-key nil)
|
||||
(consult-grep :preview-key nil)))
|
||||
:general
|
||||
|
Loading…
Reference in New Issue
Block a user