Skip to content

Commit

Permalink
fix(hipatterns): make sure priority is higher than the one for refere…
Browse files Browse the repository at this point in the history
…nces
  • Loading branch information
folke committed May 26, 2023
1 parent 19f4250 commit b027beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazyvim/plugins/extras/util/mini-hipatterns.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ M.plugin = {
return hl
end
end,
priotity = 5000,
priority = 2000,
}
end
require("mini.hipatterns").setup(opts)
Expand Down

0 comments on commit b027beb

Please sign in to comment.