Files
zenbones-theme/lua/zenbones/shipwright/runners/wezterm.lua
Michael Chris Lopez 6afa5a2750 add wezterm runner
2021-11-05 15:55:49 +08:00

13 lines
357 B
Lua

run(
{ specs, p, term },
transform.colorscheme_to_term_colors,
function(colors)
return vim.tbl_extend("keep", colors, {
cursor_border = specs.Cursor.fg.hex,
})
end,
contrib.wezterm,
{ prepend, "# This file is auto-generated by shipwright.nvim" },
{ overwrite, string.format("extras/wezterm/%s.toml", name:sub(1, 1):upper() .. name:sub(2)) }
)