mirror of https://github.com/folke/lazy.nvim.git
chore(build): auto-generate docs
This commit is contained in:
parent
97dc8cdb57
commit
8804b38dc2
|
@ -35,6 +35,20 @@ sidebar_position: 5
|
||||||
-- increase downloads a lot.
|
-- increase downloads a lot.
|
||||||
filter = true,
|
filter = true,
|
||||||
},
|
},
|
||||||
|
pkg = {
|
||||||
|
enabled = true,
|
||||||
|
cache = vim.fn.stdpath("state") .. "/lazy/pkg-cache.lua",
|
||||||
|
versions = true, -- Honor versions in pkg sources
|
||||||
|
sources = {
|
||||||
|
"lazy",
|
||||||
|
"rockspec",
|
||||||
|
"packspec",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
rocks = {
|
||||||
|
root = vim.fn.stdpath("data") .. "/lazy-rocks",
|
||||||
|
server = "https://nvim-neorocks.github.io/rocks-binaries/",
|
||||||
|
},
|
||||||
dev = {
|
dev = {
|
||||||
---@type string | fun(plugin: LazyPlugin): string directory where you store your local plugin projects
|
---@type string | fun(plugin: LazyPlugin): string directory where you store your local plugin projects
|
||||||
path = "~/projects",
|
path = "~/projects",
|
||||||
|
|
Loading…
Reference in New Issue