fix(extras): open projects picker from dashboard with snacks picker

This commit is contained in:
Jonas Bloch 2025-01-21 00:09:23 +01:00 committed by GitHub
parent 1e83b4f843
commit e7f71a532d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -80,6 +80,8 @@ pick = function()
fzf_lua.fzf_exec(results, opts)
end
elseif LazyVim.pick.picker.name == "snacks" then
Snacks.picker.projects()
end
return {