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
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -2,5 +2,5 @@ require("lazyvim.config").init()
return { return {
{ "folke/lazy.nvim", version = "*" }, { "folke/lazy.nvim", version = "*" },
{ "LazyVim/LazyVim", priority = 10000, lazy = false, config = true, version = "*" }, { "LazyVim/LazyVim", priority = 10000, lazy = false, config = true, cond = true, version = "*" },
} }