We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b6602 commit 6ff480bCopy full SHA for 6ff480b
lua/lazy/health.lua
@@ -1,6 +1,5 @@
1
local Util = require("lazy.util")
2
local Config = require("lazy.core.config")
3
-local Plugin = require("lazy.core.plugin")
4
5
local M = {}
6
@@ -49,7 +48,7 @@ function M.check()
49
48
"cond",
50
"_",
51
}
52
- local spec = Plugin.spec({ show_errors = false })
+ local spec = Config.parsed
53
for _, plugin in pairs(spec.plugins) do
54
for key in pairs(plugin) do
55
if not vim.tbl_contains(valid, key) then
0 commit comments