Files
zenbones-theme/lua/zenbones/shipwright/runners/alacritty.lua

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
370 B
Lua
Raw Normal View History

2021-11-07 08:16:33 +08:00
---@diagnostic disable: undefined-global
2021-11-06 12:04:23 +08:00
-- selene: allow(undefined_variable)
2021-11-05 14:43:28 +08:00
run(
{ specs, p, term },
transform.colorscheme_to_term_colors,
contrib.alacritty,
2021-11-06 06:20:30 +00:00
{ prepend, "# This file is auto-generated by shipwright.nvim" },
2021-11-05 14:43:28 +08:00
{ overwrite, string.format("extras/alacritty/%s.yml", name) }
)
2021-11-06 12:04:23 +08:00
-- selene: deny(undefined_variable)
2021-11-07 08:16:33 +08:00
---@diagnostic enable: undefined-global