From 8804b38dc203224c206f83d44fcffc6e32544314 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 23 Jun 2024 08:17:03 +0000 Subject: [PATCH] chore(build): auto-generate docs --- docs/configuration/index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/configuration/index.md b/docs/configuration/index.md index 558828e..9ea6f7c 100644 --- a/docs/configuration/index.md +++ b/docs/configuration/index.md @@ -35,6 +35,20 @@ sidebar_position: 5 -- increase downloads a lot. 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 = { ---@type string | fun(plugin: LazyPlugin): string directory where you store your local plugin projects path = "~/projects",