AutoYADM commit: 2024-12-04 18:35:03
This commit is contained in:
parent
58c13ba428
commit
8dd16b3f43
1 changed files with 15 additions and 11 deletions
|
@ -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" },
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue