42 lines
1.1 KiB
Lua
42 lines
1.1 KiB
Lua
return {
|
|
theme = "hyper",
|
|
config = {
|
|
week_header = {
|
|
enable = true,
|
|
},
|
|
shortcut = {
|
|
{ icon = " ", desc = "Lazy", group = "@property", action = "Lazy", key = "l" },
|
|
{
|
|
icon = " ",
|
|
icon_hl = "@variable",
|
|
desc = "Files",
|
|
group = "Label",
|
|
action = "Telescope find_files",
|
|
key = "f",
|
|
},
|
|
{
|
|
icon = " ",
|
|
desc = "Neotree",
|
|
group = "Files",
|
|
action = "Neotree",
|
|
key = "n",
|
|
},
|
|
{
|
|
icon = " ",
|
|
icon_hl = "@variable",
|
|
desc = "Git",
|
|
group = "Label",
|
|
action = "Git",
|
|
key = "g",
|
|
},
|
|
{
|
|
icon = " ",
|
|
desc = "Mason",
|
|
group = "@property",
|
|
action = "Mason",
|
|
key = "m",
|
|
},
|
|
},
|
|
},
|
|
}
|