From f2984a6691f7c320826727b46f7e54010bd5d3fd Mon Sep 17 00:00:00 2001 From: Minjie Xu Date: Thu, 8 Jan 2026 18:03:58 +0800 Subject: [PATCH] fix(alpha): pick config files --- lua/lazyvim/plugins/extras/ui/alpha.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/extras/ui/alpha.lua b/lua/lazyvim/plugins/extras/ui/alpha.lua index 2a25a3e7..06363a95 100644 --- a/lua/lazyvim/plugins/extras/ui/alpha.lua +++ b/lua/lazyvim/plugins/extras/ui/alpha.lua @@ -26,7 +26,7 @@ return { dashboard.button("n", " " .. " New file", [[ ene startinsert ]]), dashboard.button("r", " " .. " Recent files", [[ lua LazyVim.pick("oldfiles")() ]]), dashboard.button("g", " " .. " Find text", [[ lua LazyVim.pick("live_grep")() ]]), - dashboard.button("c", " " .. " Config", " lua LazyVim.pick.config_files()() "), + dashboard.button("c", " " .. " Config", [[ lua LazyVim.pick.config_files()() ]]), dashboard.button("s", " " .. " Restore Session", [[ lua require("persistence").load() ]]), dashboard.button("x", " " .. " Lazy Extras", " LazyExtras "), dashboard.button("l", "󰒲 " .. " Lazy", " Lazy "),