mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02:00
fix(core): set cond=true
for LazyVim
This commit is contained in:
parent
bcdcfab020
commit
df6ac591ba
1 changed files with 1 additions and 1 deletions
|
@ -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 = "*" },
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue