mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Merge branch 'main' of https://github.com/LazyVim/LazyVim
This commit is contained in:
commit
c88c0a5739
2 changed files with 2 additions and 2 deletions
|
|
@ -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*
|
Table of Contents *LazyVim-table-of-contents*
|
||||||
|
|
|
||||||
|
|
@ -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
Reference in a new issue