Revert "telescope: filter vendor directory"
This reverts commit efff938e68.
This commit is contained in:
parent
efff938e68
commit
db264509c3
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ return {
|
||||||
},
|
},
|
||||||
pickers = {
|
pickers = {
|
||||||
find_files = {
|
find_files = {
|
||||||
find_command = { "fd", "--type", "f", "--hidden", "--exclude", ".git", "--exclude", ".gitmodules", "--exclude", "vendor" },
|
find_command = { "fd", "--type", "f", "--hidden", "--exclude", ".git", "--exclude", ".gitmodules" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue