Added center items to dashboard
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user