never back down never what?

This commit is contained in:
Sakooooo 2023-08-10 19:32:32 +03:00
parent 3e3b6ad0f3
commit c649488fa4
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -75,15 +75,18 @@ local plugins = {
config = function()
require('dashboard').setup {
theme = 'doom', -- theme is doom and hyper default is hyper
{
icon = '',
icon_hl = 'group',
desc = 'description',
desc_hl = 'group',
key = 'shortcut key in dashboard buffer not keymap !!',
key_hl = 'group',
action = '',
center = {
{
icon = '',
icon_hl = 'group',
desc = 'description',
desc_hl = 'group',
key = 'shortcut key in dashboard buffer not keymap !!',
key_hl = 'group',
action = '',
},
},
footer = {},
}
end,
event = 'VimEnter',