feat(telescope): update pickers
This commit is contained in:
parent
cb15af601e
commit
a4fc7253ad
|
@ -38,7 +38,7 @@ return {
|
||||||
'--hidden',
|
'--hidden',
|
||||||
'--files',
|
'--files',
|
||||||
'-g',
|
'-g',
|
||||||
'!.git',
|
'!.git/',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
live_grep = {
|
live_grep = {
|
||||||
|
@ -53,7 +53,7 @@ return {
|
||||||
'--column',
|
'--column',
|
||||||
'--smart-case',
|
'--smart-case',
|
||||||
'-g',
|
'-g',
|
||||||
'!.git',
|
'!.git/',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue