mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 17:58:51 +02: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
|
return hl
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
priority = 2000,
|
extmark_opts = { priority = 2000 },
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
require("mini.hipatterns").setup(opts)
|
require("mini.hipatterns").setup(opts)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue