add wip dashboard + other stuff
This commit is contained in:
parent
aaa91a6169
commit
2053e2a72e
9 changed files with 35 additions and 8 deletions
16
lua/config/plugins/dashboard.lua
Normal file
16
lua/config/plugins/dashboard.lua
Normal 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)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue