mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-11-05 17:01:16 +00:00
chore(build): auto-generate docs
Some checks failed
Some checks failed
This commit is contained in:
parent
793414f881
commit
cef6b39701
3 changed files with 3 additions and 3 deletions
|
|
@ -585,7 +585,7 @@ with a lazy extension in `lazy`.
|
||||||
rocks = {
|
rocks = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
root = vim.fn.stdpath("data") .. "/lazy-rocks",
|
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?
|
-- use hererocks to install luarocks?
|
||||||
-- set to `nil` to use hererocks when luarocks is not found
|
-- set to `nil` to use hererocks when luarocks is not found
|
||||||
-- set to `true` to always use hererocks
|
-- set to `true` to always use hererocks
|
||||||
|
|
|
||||||
|
|
@ -669,7 +669,7 @@ will be added to the plugin’s spec.
|
||||||
rocks = {
|
rocks = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
root = vim.fn.stdpath("data") .. "/lazy-rocks",
|
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?
|
-- use hererocks to install luarocks?
|
||||||
-- set to `nil` to use hererocks when luarocks is not found
|
-- set to `nil` to use hererocks when luarocks is not found
|
||||||
-- set to `true` to always use hererocks
|
-- set to `true` to always use hererocks
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@ sidebar_position: 5
|
||||||
rocks = {
|
rocks = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
root = vim.fn.stdpath("data") .. "/lazy-rocks",
|
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?
|
-- use hererocks to install luarocks?
|
||||||
-- set to `nil` to use hererocks when luarocks is not found
|
-- set to `nil` to use hererocks when luarocks is not found
|
||||||
-- set to `true` to always use hererocks
|
-- set to `true` to always use hererocks
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue