never back down never what?
This commit is contained in:
parent
3e3b6ad0f3
commit
c649488fa4
|
@ -75,15 +75,18 @@ local plugins = {
|
||||||
config = function()
|
config = function()
|
||||||
require('dashboard').setup {
|
require('dashboard').setup {
|
||||||
theme = 'doom', -- theme is doom and hyper default is hyper
|
theme = 'doom', -- theme is doom and hyper default is hyper
|
||||||
{
|
center = {
|
||||||
icon = '',
|
{
|
||||||
icon_hl = 'group',
|
icon = '',
|
||||||
desc = 'description',
|
icon_hl = 'group',
|
||||||
desc_hl = 'group',
|
desc = 'description',
|
||||||
key = 'shortcut key in dashboard buffer not keymap !!',
|
desc_hl = 'group',
|
||||||
key_hl = 'group',
|
key = 'shortcut key in dashboard buffer not keymap !!',
|
||||||
action = '',
|
key_hl = 'group',
|
||||||
|
action = '',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
footer = {},
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
event = 'VimEnter',
|
event = 'VimEnter',
|
||||||
|
|
Loading…
Reference in a new issue