mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(extras): open projects picker from dashboard with snacks picker
This commit is contained in:
parent
1e83b4f843
commit
e7f71a532d
1 changed files with 2 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue