feat(telescope): update pickers

This commit is contained in:
Matej Janezic 2023-10-08 16:41:48 +02:00
parent cb15af601e
commit a4fc7253ad
Signed by: janezicmatej
SSH Key Fingerprint: SHA256:3vE2ixAKI8uRNhob5xDwoa9mMPUsxsM4QRHNcPuMHew
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ return {
'--hidden',
'--files',
'-g',
'!.git',
'!.git/',
},
},
live_grep = {
@ -53,7 +53,7 @@ return {
'--column',
'--smart-case',
'-g',
'!.git',
'!.git/',
},
},
},