AutoYADM commit: 2024-12-04 18:35:03

This commit is contained in:
Daniel Fichtinger 2024-12-04 18:35:03 -05:00
parent 58c13ba428
commit 8dd16b3f43

View file

@ -1,3 +1,6 @@
local function gen_header()
return "header!"
end
return {
"folke/snacks.nvim",
opts = {
@ -60,6 +63,7 @@ return {
YMMMUP^
^^
]],
header = gen_header(),
},
-- item field formatters
formats = {
@ -88,17 +92,17 @@ YMMMUP^
end,
},
sections = {
-- { section = "header" },
{
-- pane = 2,
section = "terminal",
cmd = "fortune issa-haiku | ~/dev/pyku/pyku.py",
hl = "header",
height = 30,
random = 10,
indent = 12,
-- padding = 1,
},
{ section = "header" },
-- {
-- -- pane = 2,
-- section = "terminal",
-- cmd = "fortune issa-haiku | ~/dev/pyku/pyku.py",
-- hl = "header",
-- height = 30,
-- random = 10,
-- indent = 12,
-- -- padding = 1,
-- },
-- { section = "keys", gap = 1, padding = 1 },
{ section = "startup" },
},