This commit is contained in:
Johnston Liu 2025-04-04 01:02:10 +00:00 committed by GitHub
commit f4b7468841
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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