We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c16e42 commit 0c53d46Copy full SHA for 0c53d46
lua/lazy/core/plugin.lua
@@ -441,7 +441,7 @@ function Spec:merge(old, new)
441
new._.dep = old._.dep and new._.dep
442
443
if new.url and old.url and new.url ~= old.url then
444
- self:error("Two plugins with the same name and different url:\n" .. vim.inspect({ old = old, new = new }))
+ self:warn("Two plugins with the same name and different url:\n" .. vim.inspect({ old = old, new = new }))
445
end
446
447
if new.dependencies and old.dependencies then
0 commit comments