add wip dashboard + other stuff

This commit is contained in:
λmolinae 2025-01-22 22:45:30 -06:00
parent aaa91a6169
commit 2053e2a72e
9 changed files with 35 additions and 8 deletions

View file

@ -0,0 +1,16 @@
config = {
center = {
{
icon = '',
icon_hl = 'group',
desc = 'description',
desc_hl = 'group',
key = 'shortcut key in dashboard buffer not keymap !!',
key_hl = 'group',
key_format = ' [%s]', -- `%s` will be substituted with value of `key`
action = '',
},
},
footer = {},
vertical_center = false, -- Center the Dashboard on the vertical (from top to bottom)
}

View file

@ -31,7 +31,7 @@ o.splitright = true
o.splitbelow = true
o.termguicolors = true
opt.shortmess:append "sI"
-- opt.shortmess:append "sI"
opt.whichwrap:append "<>[]hl"
opt.fillchars = { eob = " " }