fix(luarocks): update to lumen-oss for binaries. Closes #2060. Closes #2059

This commit is contained in:
Folke Lemaitre 2025-10-26 15:14:18 +01:00
commit e31789c675
No known key found for this signature in database
GPG key ID: 9B52594D560070AB

View file

@ -59,7 +59,7 @@ M.defaults = {
rocks = {
enabled = true,
root = vim.fn.stdpath("data") .. "/lazy-rocks",
server = "https://nvim-neorocks.github.io/rocks-binaries/",
server = "https://lumen-oss.github.io/rocks-binaries/",
-- use hererocks to install luarocks?
-- set to `nil` to use hererocks when luarocks is not found
-- set to `true` to always use hererocks