We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8a0055 commit f78d8bfCopy full SHA for f78d8bf
lua/lazy/core/plugin.lua
@@ -153,7 +153,7 @@ function Spec:merge(old, new)
153
---@diagnostic disable-next-line: no-unknown
154
old[k] = values
155
else
156
- error("Merging plugins is not supported for key `" .. k .. "`")
+ Util.error("Merging plugins is not supported for key `" .. k .. "`\n" .. vim.inspect({ old = old, new = new }))
157
end
158
159
0 commit comments