mirror of https://github.com/folke/lazy.nvim.git
docs: added comment on package source order
This commit is contained in:
parent
d2bea9eefd
commit
05e31ad059
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue