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