aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2022-01-08 15:02:20 +0800
committerjdhao <jdhao@hotmail.com>2022-01-08 15:02:20 +0800
commit2e9f5fedfa55a557bf38b4131115ae2b61b2b761 (patch)
tree9a47bb22ce974ba0b90dd099bfa448ad28fea29f /lua
parent1280c98314ed17651505f9639ab064fdbdc61b82 (diff)
more startup screen menu item
Diffstat (limited to 'lua')
-rw-r--r--lua/config/alpha-nvim.lua1
1 files changed, 1 insertions, 0 deletions
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<CR>"),
dashboard.button( "Leader f r", " > Recent files" , ":Leaderf mru --popup<CR>"),
dashboard.button( "Leader f g", " > Project grep" , ":Leaderf rg --popup<CR>"),
+ dashboard.button( "u", " > Update plugins" , ":PackerSync<CR>"),
dashboard.button( "e", " > New file" , ":enew <CR>"),
dashboard.button( "q", " > Quit NVIM", ":qa<CR>"),
}