mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat: allow config of default for version field
This commit is contained in:
parent
334f32e595
commit
fb96183753
2 changed files with 5 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue