Skip to content

Commit 0c09470

Browse files
authored
fix(markview-nvim): adapted config to consider breaking changes in version v25.1. (#1345)
1 parent 5f7d6bc commit 0c09470

File tree

1 file changed

+4
-2
lines changed
  • lua/astrocommunity/markdown-and-latex/markview-nvim

1 file changed

+4
-2
lines changed

lua/astrocommunity/markdown-and-latex/markview-nvim/init.lua

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ return {
1515
end,
1616
},
1717
opts = {
18-
hybrid_modes = { "n" },
19-
headings = { shift_width = 0 },
18+
preview = {
19+
hybrid_modes = { "n" },
20+
headings = { shift_width = 0 },
21+
},
2022
},
2123
}

0 commit comments

Comments
 (0)