chore: format (#76)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d2a63d8296
commit
63ec5bed72
@@ -1,15 +1,9 @@
|
|||||||
---@diagnostic disable: undefined-global
|
---@diagnostic disable: undefined-global
|
||||||
-- selene: allow(undefined_variable)
|
-- selene: allow(undefined_variable)
|
||||||
run(
|
run({ specs, p, term }, transform.colorscheme_to_term_colors, function(colors)
|
||||||
{ specs, p, term },
|
return vim.tbl_extend("keep", colors, {
|
||||||
transform.colorscheme_to_term_colors,
|
name = name,
|
||||||
function(colors)
|
})
|
||||||
return vim.tbl_extend("keep", colors, {
|
end, contrib.windows_terminal, { overwrite, string.format("extras/windows_terminal/%s.json", name) })
|
||||||
name = name,
|
|
||||||
})
|
|
||||||
end,
|
|
||||||
contrib.windows_terminal,
|
|
||||||
{ overwrite, string.format("extras/windows_terminal/%s.json", name) }
|
|
||||||
)
|
|
||||||
-- selene: deny(undefined_variable)
|
-- selene: deny(undefined_variable)
|
||||||
---@diagnostic enable: undefined-global
|
---@diagnostic enable: undefined-global
|
||||||
|
|||||||
Reference in New Issue
Block a user