fix: add lazy.nvim with dev=false to prevent using the dev version for myself

This commit is contained in:
Folke Lemaitre 2022-12-15 23:23:45 +01:00
parent 7134417e89
commit b8fa6f960f
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ function M.load()
-- add ourselves
spec.plugins["lazy.nvim"] = nil
spec:add({ "folke/lazy.nvim", lazy = true })
spec:add({ "folke/lazy.nvim", lazy = true, dev = false })
local existing = Config.plugins
Config.plugins = spec.plugins