Skip to content

Commit

Permalink
merge #160
Browse files Browse the repository at this point in the history
feat: Add dashboard support for NvDash
  • Loading branch information
vyfor authored Jan 10, 2025
2 parents dd5a79c + 458a9ff commit a476f7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/cord/plugin/activity/mappings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ M.mappings = {
dashboard = { 'dashboard', M.default_icons.dashboard, 'Dashboard' },
dashboardpreview = { 'dashboard', M.default_icons.dashboard, 'Dashboard' },
ministarter = { 'dashboard', M.default_icons.dashboard, 'mini.starter' },
nvdash = { 'dashboard', M.default_icons.dashboard, 'NvDash' },
snacks_dashboard = { 'dashboard', M.default_icons.dashboard, 'Snacks Dashboard' },
startify = { 'dashboard', M.default_icons.dashboard, 'Startify' },
}
Expand Down

0 comments on commit a476f7e

Please sign in to comment.