This commit is contained in:
shborg 2023-10-23 17:45:38 +02:00
commit c88c0a5739
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
*LazyVim.txt* For Neovim >= 0.9.0 Last change: 2023 October 20
*LazyVim.txt* For Neovim >= 0.9.0 Last change: 2023 October 22
==============================================================================
Table of Contents *LazyVim-table-of-contents*

View file

@ -67,7 +67,7 @@ M.plugin = {
return hl
end
end,
priority = 2000,
extmark_opts = { priority = 2000 },
}
end
require("mini.hipatterns").setup(opts)