ci: check
This commit is contained in:
parent
d8f26efd45
commit
4f30c61b64
|
|
@ -14,6 +14,9 @@ local Util = require("lazy.core.util")
|
|||
---@field pkgs table<string, number>
|
||||
local M = {}
|
||||
|
||||
if false then
|
||||
dd("foo")
|
||||
end
|
||||
---@param spec LazySpecLoader
|
||||
---@return LazyMeta
|
||||
function M.new(spec)
|
||||
|
|
|
|||
Loading…
Reference in New Issue