require('dashboard').setup({
|
|
theme = 'hyper',
|
|
config = {
|
|
week_header = {
|
|
enable = true,
|
|
},
|
|
shortcut = {
|
|
{
|
|
desc = 'New',
|
|
action = 'enew',
|
|
key = 'e',
|
|
},
|
|
{
|
|
desc = 'Update',
|
|
action = 'PackerSync',
|
|
key = 'u',
|
|
},
|
|
{
|
|
icon_hl = '@variable',
|
|
desc = 'Files',
|
|
action = 'Telescope find_files',
|
|
key = 'f',
|
|
},
|
|
{
|
|
icon_hl = '@variable',
|
|
desc = 'Git Files',
|
|
action = 'Telescope git_files',
|
|
key = 'g',
|
|
},
|
|
{
|
|
icon_hl = '@variable',
|
|
desc = 'Quit',
|
|
action = 'quit',
|
|
key = 'q',
|
|
},
|
|
},
|
|
},
|
|
})
|