Skip to content

Commit

Permalink
Update init for custom header option
Browse files Browse the repository at this point in the history
  • Loading branch information
van muscari authored and van muscari committed Nov 16, 2024
1 parent ffb6275 commit 7c4cbd3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions lua/dashboard/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,12 @@ local function default_options()
buffer_name = 'Dashboard',
change_to_vcs_root = false,
config = {
week_header = {
enable = false,
concat = nil,
append = nil,
header = {
type = 'defualt', --defualt, week, or custom
text = 'Custom Header', --custom option
font = 'ANSI Shadow', --custom font option
concat = nil, --week option
append = nil, --week option
},
},
hide = {
Expand Down

0 comments on commit 7c4cbd3

Please sign in to comment.