feat(foot): Support foot terminal

This commit is contained in:
Wadii Hajji
2021-12-30 21:33:14 +01:00
committed by Michael Chris Lopez
parent ce4c5eb99b
commit cbfa9e6bbe
16 changed files with 297 additions and 4 deletions

View File

@@ -85,6 +85,7 @@ M.run = function()
"wezterm",
"tmux",
"windows_terminal",
"foot",
"lualine",
"lightline",
}

View 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