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",