diff options
| -rw-r--r-- | lua/config/alpha-nvim.lua | 1 |
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>"), } |
