Skip to content

Commit

Permalink
fix: add lazy.nvim with dev=false to prevent using the dev version fo…
Browse files Browse the repository at this point in the history
…r myself
  • Loading branch information
folke committed Dec 15, 2022
1 parent 7134417 commit b8fa6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazy/core/plugin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8fa6f9

Please sign in to comment.