Skip to content

Commit

Permalink
Update dashboard.lua slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackjacx committed Sep 13, 2024
1 parent c27438b commit 55ba735
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bootstrap/config_dirs/nvim/lua/user/plugins/dashboard.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
return {
"nvimdev/dashboard-nvim",
enabled = true,
event = "VimEnter",
opts = {
shuffle_letter = true,
Expand All @@ -14,7 +15,7 @@ return {
},
footer = {}, -- footer
shortcut = {
{ desc = "󰊳 Update", group = "@property", action = "Lazy update", key = "u" },
{ desc = "󰊳 Update Lazy", group = "@property", action = "Lazy update", key = "u" },
{
icon = "",
icon_hl = "@variable",
Expand Down

0 comments on commit 55ba735

Please sign in to comment.