From cef6b397011701d900f9ba96cecc2eda1f8bc260 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 26 Oct 2025 14:14:58 +0000 Subject: [PATCH] chore(build): auto-generate docs --- README.vim.md | 2 +- doc/lazy.nvim.txt | 2 +- docs/configuration/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.vim.md b/README.vim.md index 1de5e8d..f79c00e 100644 --- a/README.vim.md +++ b/README.vim.md @@ -585,7 +585,7 @@ with a lazy extension in `lazy`. 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 diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index 2ae3b36..5441ca5 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -669,7 +669,7 @@ will be added to the plugin’s 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 diff --git a/docs/configuration/index.md b/docs/configuration/index.md index adfe30b..ce8dd44 100644 --- a/docs/configuration/index.md +++ b/docs/configuration/index.md @@ -63,7 +63,7 @@ sidebar_position: 5 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