refactor(nvim): improve telescope fd search

This commit is contained in:
Price Hiller 2023-11-09 14:59:51 -06:00
parent 1eb81db8b2
commit 383a25fe22
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -54,9 +54,13 @@ return {
find_files = {
find_command = {
"fd",
"--no-ignore",
"--hidden",
"--type",
"f",
"--strip-cwd-prefix",
"--exclude",
".git/"
},
hidden = true,
},
},
defaults = {