refactor: config = true >> opts = {}

This commit is contained in:
Folke Lemaitre 2024-06-11 00:06:56 +02:00
parent 9b5d810c05
commit 7d30360df2
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
4 changed files with 4 additions and 4 deletions

View file

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