We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c3bda4 commit e0d0f4aCopy full SHA for e0d0f4a
lua/lazy/health.lua
@@ -94,6 +94,7 @@ function M.check()
94
for _, path in ipairs(vim.opt.rtp:get()) do
95
if path:find(name, 1, true) then
96
error("Found paths on the rtp from another plugin manager `" .. name .. "`")
97
+ error("Violating file: `".. path .."`")
98
break
99
end
100
0 commit comments