mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-03 06:36: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>
|
---@field pkgs table<string, number>
|
||||||
local M = {}
|
local M = {}
|
||||||
|
|
||||||
|
if false then
|
||||||
|
dd("foo")
|
||||||
|
end
|
||||||
---@param spec LazySpecLoader
|
---@param spec LazySpecLoader
|
||||||
---@return LazyMeta
|
---@return LazyMeta
|
||||||
function M.new(spec)
|
function M.new(spec)
|
||||||
|
|
Loading…
Add table
Reference in a new issue