Skip to content

Commit e0d0f4a

Browse files
committed
feat(health): add better error message with violating file
1 parent 6c3bda4 commit e0d0f4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/lazy/health.lua

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ function M.check()
9494
for _, path in ipairs(vim.opt.rtp:get()) do
9595
if path:find(name, 1, true) then
9696
error("Found paths on the rtp from another plugin manager `" .. name .. "`")
97+
error("Violating file: `".. path .."`")
9798
break
9899
end
99100
end

0 commit comments

Comments
 (0)