From 4a2f6d7e3f81e7508e663c23a5ff49ee9084a3b0 Mon Sep 17 00:00:00 2001 From: Jonas Bloch <128738169+Silzinc@users.noreply.github.com> Date: Tue, 21 Jan 2025 00:11:02 +0100 Subject: [PATCH] fix(extras.project): wrong indentation --- lua/lazyvim/plugins/extras/util/project.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/lazyvim/plugins/extras/util/project.lua b/lua/lazyvim/plugins/extras/util/project.lua index 44869d01..f1f7461a 100644 --- a/lua/lazyvim/plugins/extras/util/project.lua +++ b/lua/lazyvim/plugins/extras/util/project.lua @@ -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 {