mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
refactor: config = true >> opts = {}
This commit is contained in:
parent
9b5d810c05
commit
7d30360df2
4 changed files with 4 additions and 4 deletions
|
@ -12,5 +12,5 @@ require("lazyvim.config").init()
|
|||
|
||||
return {
|
||||
{ "folke/lazy.nvim", version = "*" },
|
||||
{ "LazyVim/LazyVim", priority = 10000, lazy = false, config = true, cond = true, version = "*" },
|
||||
{ "LazyVim/LazyVim", priority = 10000, lazy = false, opts = {}, cond = true, version = "*" },
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue