You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

36 lines
896 B

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