fix: updated paths to lumen-oss github org

This commit is contained in:
Mathieu St-Vincent 2025-09-29 15:23:03 -04:00
commit dc5eaf9cf8
No known key found for this signature in database
3 changed files with 16 additions and 16 deletions

View file

@ -76,7 +76,7 @@ Table of Contents *lazy.nvim-table-of-contents*
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/",
},
}
<
@ -669,7 +669,7 @@ will be added to the plugins spec.
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