Added center items to dashboard

This commit is contained in:
2023-07-11 12:09:09 +02:00
parent 31cdca7f12
commit 47750317d2

View File

@@ -29,6 +29,27 @@ dashboard.setup({
[[ `'' ``' ]],
[[ ]],
[[ [ TIP: To exit Neovim, just power off your computer. ] ]],
[[ ]],
},
center = {
{
icon = '󰍉 ',
icon_hl = 'main',
desc = 'Find files',
desc_hl = 'main',
key = 'SPC f f',
key_hl = 'main',
action = 'Telescope find_files',
},
{
icon = '',
icon_hl = 'main',
desc = 'Select project',
desc_hl = 'main',
key = 'SPC f p',
key_hl = 'main',
action = 'Telescope project',
},
},
footer = {
"The one true text editor."