···28 return
29 end
3031- local Picker = require("artio.picker")
32- local current = Picker.active_picker
33- if not current or not current.closed then
34- return
35- end
36-37- vim.schedule(function()
38- vim.defer_fn(builtins[fname], 10)
39- vim.wait(1000, function()
40- return coroutine.status(current.co) == "dead"
41- end)
42- end)
43 end,
44 }, props)
45 )