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
|
local fd_result = vim
|
||||||
.system({
|
.system({
|
||||||
'fd',
|
'fd',
|
||||||
'--type',
|
'.',
|
||||||
'x',
|
start_dir,
|
||||||
'--exec',
|
'--exec',
|
||||||
'file',
|
'file',
|
||||||
'{}',
|
'{}',
|
||||||
start_dir,
|
|
||||||
}, { text = true })
|
}, { text = true })
|
||||||
:wait()
|
:wait()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue