feat!: all plugins are now opt. Plugin.opt => Plugin.lazy

This commit is contained in:
Folke Lemaitre 2022-12-01 11:06:44 +01:00
parent 5e0662727d
commit 5134e797f3
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
7 changed files with 57 additions and 67 deletions

View file

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