style: remove pkg.versions

This commit is contained in:
Folke Lemaitre 2024-06-24 17:46:59 +02:00
parent cd3581efd1
commit 79afa96b90
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ M.defaults = {
pkg = {
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",