From 1467c900ac001e14a705275e2b4743f14b7ff8c4 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sat, 31 Dec 2022 13:13:30 +0100 Subject: [PATCH] feat(alpha): added lazy shortcut --- lua/plugins/ui.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/ui.lua b/lua/plugins/ui.lua index 09fe76f5..80270de1 100644 --- a/lua/plugins/ui.lua +++ b/lua/plugins/ui.lua @@ -86,6 +86,7 @@ return { dashboard.button("r", " " .. " Recent files", ":Telescope oldfiles "), dashboard.button("g", " " .. " Find text", ":Telescope live_grep "), dashboard.button("c", " " .. " Config", ":e $MYVIMRC "), + dashboard.button("l", "鈴" .. " Lazy", ":Lazy"), dashboard.button("q", " " .. " Quit", ":qa"), } for _, button in ipairs(dashboard.section.buttons.val) do