Skip to content

Commit

Permalink
fix(markview-nvim): adapted config to consider breaking changes in ve…
Browse files Browse the repository at this point in the history
…rsion v25.1. (#1345)
  • Loading branch information
gitkeeper authored Feb 1, 2025
1 parent 5f7d6bc commit 0c09470
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lua/astrocommunity/markdown-and-latex/markview-nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ return {
end,
},
opts = {
hybrid_modes = { "n" },
headings = { shift_width = 0 },
preview = {
hybrid_modes = { "n" },
headings = { shift_width = 0 },
},
},
}

0 comments on commit 0c09470

Please sign in to comment.