mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2026-08-16 22:52:50 +01:00
Configure container build workflow via GHCR
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user