refactor(nvim): improve telescope fd search
This commit is contained in:
parent
1eb81db8b2
commit
383a25fe22
@ -54,9 +54,13 @@ return {
|
||||
find_files = {
|
||||
find_command = {
|
||||
"fd",
|
||||
"--no-ignore",
|
||||
"--hidden",
|
||||
"--type",
|
||||
"f",
|
||||
"--strip-cwd-prefix",
|
||||
"--exclude",
|
||||
".git/"
|
||||
},
|
||||
hidden = true,
|
||||
},
|
||||
},
|
||||
defaults = {
|
||||
|
Loading…
Reference in New Issue
Block a user