refactor(nvim): improve telescope fd search
This commit is contained in:
parent
1eb81db8b2
commit
383a25fe22
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user