add wezterm runner

This commit is contained in:
Michael Chris Lopez
2021-11-05 15:55:49 +08:00
parent a5bd4b1bb2
commit 6afa5a2750
4 changed files with 22 additions and 5 deletions

View File

@@ -0,0 +1,12 @@
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)) }
)