mirror of
https://github.com/kossLAN/nvim-flake.git
synced 2025-11-05 02:09:49 -05:00
19 lines
355 B
Lua
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',
|
|
},
|
|
},
|
|
},
|
|
}
|