mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-21 20:11:06 +00:00
fix(mini.hipatterns): use extmark_opts instead of soft deprecated priority (#1841)
This commit is contained in:
parent
fa3170d422
commit
e55ab411b4
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ M.plugin = {
|
|||
return hl
|
||||
end
|
||||
end,
|
||||
priority = 2000,
|
||||
extmark_opts = { priority = 2000 },
|
||||
}
|
||||
end
|
||||
require("mini.hipatterns").setup(opts)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue