1
0
Fork 0

Revert "telescope: filter vendor directory"

This reverts commit efff938e68.
This commit is contained in:
Felipe 2025-05-28 15:08:30 -04:00
parent efff938e68
commit db264509c3
Signed by: pitbuster
SSH key fingerprint: SHA256:SZscQx8n6RiFvNXJnOcYAIJ8TzMnmsUFig4TFwnDRGE

View file

@ -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" },
}, },
}, },
}) })