feat(foot): Support foot terminal
This commit is contained in:
committed by
Michael Chris Lopez
parent
ce4c5eb99b
commit
cbfa9e6bbe
@@ -85,6 +85,7 @@ M.run = function()
|
||||
"wezterm",
|
||||
"tmux",
|
||||
"windows_terminal",
|
||||
"foot",
|
||||
"lualine",
|
||||
"lightline",
|
||||
}
|
||||
|
||||
11
lua/zenbones/shipwright/runners/foot.lua
Normal file
11
lua/zenbones/shipwright/runners/foot.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
---@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
|
||||
Reference in New Issue
Block a user