1
0
Fork 0

telescope: filter vendor directory

This commit is contained in:
Felipe 2025-05-26 14:47:24 -04:00
parent f7ea7e34fa
commit efff938e68
Signed by: pitbuster
SSH key fingerprint: SHA256:SZscQx8n6RiFvNXJnOcYAIJ8TzMnmsUFig4TFwnDRGE

View file

@ -27,7 +27,7 @@ return {
},
pickers = {
find_files = {
find_command = { "fd", "--type", "f", "--hidden", "--exclude", ".git", "--exclude", ".gitmodules" },
find_command = { "fd", "--type", "f", "--hidden", "--exclude", ".git", "--exclude", ".gitmodules", "--exclude", "vendor" },
},
},
})