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