feat(rocks): simple rockspecs are now fully resolved by lazy without luarocks. See #1548

This commit is contained in:
Folke Lemaitre 2024-06-25 20:53:42 +02:00
parent be74a8a535
commit 6b8bf58ebf
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
5 changed files with 80 additions and 32 deletions

View file

@ -21,4 +21,8 @@ function M.get_url(rock)
return load()[rock]
end
function M.get_spec(name)
return require("lazy.community.specs")[name]
end
return M