From 05e31ad0593063823f99d4d8145bca7893b37bed Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sun, 23 Jun 2024 10:28:51 +0200 Subject: [PATCH] docs: added comment on package source order --- lua/lazy/core/config.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/lazy/core/config.lua b/lua/lazy/core/config.lua index db79250..46fbfd5 100644 --- a/lua/lazy/core/config.lua +++ b/lua/lazy/core/config.lua @@ -35,6 +35,7 @@ M.defaults = { 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",