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