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
No known key found for this signature in database

View File

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