broke the tele picker, fix pt 5
This commit is contained in:
parent
ed9c58d02a
commit
e9822545a9
|
@ -10,12 +10,11 @@ local function collect_executables(start_dir)
|
|||
local fd_result = vim
|
||||
.system({
|
||||
'fd',
|
||||
'--type',
|
||||
'x',
|
||||
'.',
|
||||
start_dir,
|
||||
'--exec',
|
||||
'file',
|
||||
'{}',
|
||||
start_dir,
|
||||
}, { text = true })
|
||||
:wait()
|
||||
|
||||
|
|
Loading…
Reference in New Issue