mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-05 11:18:26 +00:00
fix(picker.projects): add custom project dirs
This commit is contained in:
parent
a69fb48a6b
commit
c7293bdfe7
1 changed files with 2 additions and 0 deletions
|
@ -101,6 +101,8 @@ function M.projects(opts, ctx)
|
|||
end
|
||||
end
|
||||
|
||||
vim.tbl_map(add, opts.projects or {})
|
||||
|
||||
if not proc then
|
||||
return
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue