Skip to content

Commit

Permalink
Merge pull request #16 from fabmorais/upd-dashboard-plugin
Browse files Browse the repository at this point in the history
Update dashboard plugin
  • Loading branch information
fabmorais authored Jun 9, 2024
2 parents 199e3f4 + 593646e commit 5d4cc13
Showing 1 changed file with 19 additions and 21 deletions.
40 changes: 19 additions & 21 deletions lua/dashboard-config/init.lua
Original file line number Diff line number Diff line change
@@ -1,37 +1,35 @@
-- TODO: using defaults
require("dashboard").setup({
theme = "hyper",
config = {
week_header = {
enable = true,
},
project = {
enable = true,
},
disable_move = true,
week_header = { enable = true },
shortcut = {
{ desc = "Update", icon = "", group = "@variable", action = "update", key = "u" },
{
icon = "",
desc = "Files",
group = "@variable",
desc = " Update",
-- group = "@variable",
group = "Number",
action = "MasonUpdate",
key = "u",
},
{
desc = " Files",
-- group = "@variable",
group = "Number",
action = "Telescope find_files",
key = "f",
},
{
icon = "",
desc = "Apps",
group = "@variable",
action = "Telescope app",
key = "a",
desc = "Packer",
-- group = "@variable",
group = "Number",
action = "PackerSync",
key = "p",
},
{
icon = "",
desc = "dotfiles",
group = "@variable",
desc = " dotfiles",
group = "Number",
action = "Telescope dotfiles",
key = "d",
},
},
footer = { "@fab - https://github.com/fabmorais" },
},
})

0 comments on commit 5d4cc13

Please sign in to comment.