fix(hipatterns): make sure priority is higher than the one for references

This commit is contained in:
Folke Lemaitre
2023-05-26 08:14:24 +02:00
parent 19f4250888
commit b027bebeab

View File

@ -40,7 +40,7 @@ M.plugin = {
return hl
end
end,
priotity = 5000,
priority = 2000,
}
end
require("mini.hipatterns").setup(opts)