feat: allow config of default for version field

This commit is contained in:
Folke Lemaitre 2022-11-30 23:12:00 +01:00
parent 334f32e595
commit fb96183753
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 5 additions and 2 deletions

View file

@ -7,6 +7,7 @@ M.defaults = {
plugins = "config.plugins",
defaults = {
opt = false, -- should plugins default to "opt" or "start"
version = nil,
-- version = "*", -- enable this to try installing the latest stable versions of plugins
},
dev = {