diff --git a/docs/configuration/index.md b/docs/configuration/index.md index 9ea6f7c..56d91ca 100644 --- a/docs/configuration/index.md +++ b/docs/configuration/index.md @@ -39,6 +39,7 @@ sidebar_position: 5 enabled = true, cache = vim.fn.stdpath("state") .. "/lazy/pkg-cache.lua", versions = true, -- Honor versions in pkg sources + -- the first package source that is found for a plugin will be used. sources = { "lazy", "rockspec",