mirror of https://github.com/folke/lazy.nvim.git
fix: add lazy.nvim with dev=false to prevent using the dev version for myself
This commit is contained in:
parent
7134417e89
commit
b8fa6f960f
|
@ -233,7 +233,7 @@ function M.load()
|
||||||
|
|
||||||
-- add ourselves
|
-- add ourselves
|
||||||
spec.plugins["lazy.nvim"] = nil
|
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
|
local existing = Config.plugins
|
||||||
Config.plugins = spec.plugins
|
Config.plugins = spec.plugins
|
||||||
|
|
Loading…
Reference in New Issue