We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b15bc9 commit e31789cCopy full SHA for e31789c
1 file changed
lua/lazy/core/config.lua
@@ -59,7 +59,7 @@ M.defaults = {
59
rocks = {
60
enabled = true,
61
root = vim.fn.stdpath("data") .. "/lazy-rocks",
62
- server = "https://nvim-neorocks.github.io/rocks-binaries/",
+ server = "https://lumen-oss.github.io/rocks-binaries/",
63
-- use hererocks to install luarocks?
64
-- set to `nil` to use hererocks when luarocks is not found
65
-- set to `true` to always use hererocks
0 commit comments