broke the tele picker, fix pt 5

This commit is contained in:
dlond 2025-05-26 02:30:39 +12:00
parent ed9c58d02a
commit e9822545a9
1 changed files with 2 additions and 3 deletions

View File

@ -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()