Skip to content

Commit dac0ccf

Browse files
committed
fix: disable lazy loading of mini.hipatterns in AstroTheme project
1 parent 3d76a94 commit dac0ccf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.lazy.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ vim.api.nvim_create_autocmd("BufWritePost", {
4949

5050
return {
5151
"echasnovski/mini.hipatterns",
52+
lazy = false,
5253
opts = function(_, opts)
5354
opts.highlighters = opts.highlighters or {}
5455
opts.highlighters.astrotheme = {

0 commit comments

Comments
 (0)