Configure container build workflow via GHCR

This commit is contained in:
2026-07-13 11:35:09 +01:00
parent 4300fd3edb
commit f9c128e879
5 changed files with 111 additions and 24 deletions
+2 -1
View File
@@ -31,9 +31,10 @@ if not vim.loop.fs_stat(hotpotpath) then
})
end
---@diagnostic disable-next-line: undefined-field
---@diagnostic disable: undefined-field
vim.opt.rtp:prepend(hotpotpath)
vim.opt.rtp:prepend(lazypath)
---@diagnostic enable: undefined-field
require("hotpot")