nvim-flake/nvim/plugin/dashboard.lua
2025-01-15 21:43:30 -05:00

19 lines
355 B
Lua

require('dashboard').setup {
theme = 'hyper',
config = {
week_header = {
enable = true,
},
packages = { enable = false },
shortcut = {
{
icon = '',
icon_hl = '@variable',
desc = 'Files',
group = 'Label',
action = 'Telescope find_files',
key = 'f',
},
},
},
}