mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-02 06:06:34 +00:00
ci: check
This commit is contained in:
parent
d8f26efd45
commit
4f30c61b64
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue