mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(extras.project): wrong indentation
This commit is contained in:
parent
e7f71a532d
commit
4a2f6d7e3f
1 changed files with 2 additions and 2 deletions
|
|
@ -79,9 +79,9 @@ pick = function()
|
|||
}
|
||||
|
||||
fzf_lua.fzf_exec(results, opts)
|
||||
elseif LazyVim.pick.picker.name == "snacks" then
|
||||
Snacks.picker.projects()
|
||||
end
|
||||
elseif LazyVim.pick.picker.name == "snacks" then
|
||||
Snacks.picker.projects()
|
||||
end
|
||||
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue