fix(picker.projects): add custom project dirs

This commit is contained in:
Folke Lemaitre 2025-02-07 06:26:43 +01:00
parent a69fb48a6b
commit c7293bdfe7
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -101,6 +101,8 @@ function M.projects(opts, ctx)
end
end
vim.tbl_map(add, opts.projects or {})
if not proc then
return
end