mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat!: all plugins are now opt. Plugin.opt => Plugin.lazy
This commit is contained in:
parent
5e0662727d
commit
5134e797f3
7 changed files with 57 additions and 67 deletions
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue