mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 21:06:46 +00:00
ci: auto-get rockspec mappings for rock name => github short url or url
This commit is contained in:
parent
2ca68f9979
commit
b6eba0d026
7 changed files with 117405 additions and 1 deletions
|
@ -9,9 +9,10 @@ local Util = require("lazy.util")
|
|||
---@field version string
|
||||
---@field dependencies string[]
|
||||
---@field build? {build_type?: string, modules?: any[]}
|
||||
---@field source? {url?: string}
|
||||
|
||||
---@class RockManifest
|
||||
---@field repository table<string, any>
|
||||
---@field repository table<string, table<string,any>>
|
||||
|
||||
local M = {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue