fix(core): set cond=true for LazyVim

This commit is contained in:
Folke Lemaitre
2023-03-14 11:17:07 +01:00
parent bcdcfab020
commit df6ac591ba

View File

@ -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 = "*" },
}