docs: added comment on package source order

This commit is contained in:
Folke Lemaitre 2024-06-23 10:28:51 +02:00
parent d2bea9eefd
commit 05e31ad059
1 changed files with 1 additions and 0 deletions

View File

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