mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 17:58:51 +02:00
fix(hipatterns): make sure priority is higher than the one for references
This commit is contained in:
parent
19f4250888
commit
b027bebeab
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ M.plugin = {
|
|||
return hl
|
||||
end
|
||||
end,
|
||||
priotity = 5000,
|
||||
priority = 2000,
|
||||
}
|
||||
end
|
||||
require("mini.hipatterns").setup(opts)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue