chore(build): auto-generate docs

This commit is contained in:
github-actions[bot] 2024-06-24 17:45:00 +00:00
parent 69b815a3bd
commit 2a0d48a6db
2 changed files with 4 additions and 2 deletions

View File

@ -26,11 +26,12 @@
-- the first package source that is found for a plugin will be used.
sources = {
"lazy",
"rockspec",
"rockspec", -- will only be used when rocks.enabled is true
"packspec",
},
},
rocks = {
enabled = true,
root = vim.fn.stdpath("data") .. "/lazy-rocks",
server = "https://nvim-neorocks.github.io/rocks-binaries/",
},

View File

@ -68,11 +68,12 @@ Table of Contents *lazy.nvim-table-of-contents*
-- the first package source that is found for a plugin will be used.
sources = {
"lazy",
"rockspec",
"rockspec", -- will only be used when rocks.enabled is true
"packspec",
},
},
rocks = {
enabled = true,
root = vim.fn.stdpath("data") .. "/lazy-rocks",
server = "https://nvim-neorocks.github.io/rocks-binaries/",
},