Skip to content

Commit

Permalink
fix(core): set cond=true for LazyVim
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Mar 14, 2023
1 parent bcdcfab commit df6ac59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazyvim/plugins/core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ require("lazyvim.config").init()

return {
{ "folke/lazy.nvim", version = "*" },
{ "LazyVim/LazyVim", priority = 10000, lazy = false, config = true, version = "*" },
{ "LazyVim/LazyVim", priority = 10000, lazy = false, config = true, cond = true, version = "*" },
}

0 comments on commit df6ac59

Please sign in to comment.