feat(alpha): added lazy shortcut

This commit is contained in:
Folke Lemaitre committed 2022-12-31 13:13:36 +01:00
1 parent d74e1a3dd8
commit 1467c900ac
1 file changed
+1
+1
View File
@@ -86,6 +86,7 @@ return {
dashboard.button("r", "" .. " Recent files", ":Telescope oldfiles <CR>"),
dashboard.button("g", "" .. " Find text", ":Telescope live_grep <CR>"),
dashboard.button("c", "" .. " Config", ":e $MYVIMRC <CR>"),
dashboard.button("l", "" .. " Lazy", ":Lazy<CR>"),
dashboard.button("q", "" .. " Quit", ":qa<CR>"),
}
for _, button in ipairs(dashboard.section.buttons.val) do