From 2e9f5fedfa55a557bf38b4131115ae2b61b2b761 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 8 Jan 2022 15:02:20 +0800 Subject: [PATCH] more startup screen menu item --- lua/config/alpha-nvim.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/config/alpha-nvim.lua b/lua/config/alpha-nvim.lua index a8fd953..521bce9 100644 --- a/lua/config/alpha-nvim.lua +++ b/lua/config/alpha-nvim.lua @@ -18,6 +18,7 @@ dashboard.section.buttons.val = { dashboard.button( "Leader f f", " > Find file", ":Leaderf file --popup"), dashboard.button( "Leader f r", " > Recent files" , ":Leaderf mru --popup"), dashboard.button( "Leader f g", " > Project grep" , ":Leaderf rg --popup"), + dashboard.button( "u", " > Update plugins" , ":PackerSync"), dashboard.button( "e", " > New file" , ":enew "), dashboard.button( "q", " > Quit NVIM", ":qa"), }