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"), }