mirror of https://github.com/folke/lazy.nvim.git
style: remove pkg.versions
This commit is contained in:
parent
cd3581efd1
commit
79afa96b90
|
@ -38,7 +38,6 @@ M.defaults = {
|
||||||
pkg = {
|
pkg = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
cache = vim.fn.stdpath("state") .. "/lazy/pkg-cache.lua",
|
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.
|
-- the first package source that is found for a plugin will be used.
|
||||||
sources = {
|
sources = {
|
||||||
"lazy",
|
"lazy",
|
||||||
|
|
Loading…
Reference in New Issue