12 lines
360 B
Lua
12 lines
360 B
Lua
---@diagnostic disable: undefined-global
|
|
-- selene: allow(undefined_variable)
|
|
run(
|
|
{ specs, p, term },
|
|
transform.colorscheme_to_term_colors,
|
|
contrib.foot,
|
|
{ prepend, "# This file is auto-generated by shipwright.nvim" },
|
|
{ overwrite, string.format("extras/foot/%s.ini", name) }
|
|
)
|
|
-- selene: deny(undefined_variable)
|
|
---@diagnostic enable: undefined-global
|