nvim: Show markdown code blocks in full width

This commit is contained in:
Marty Oehme 2025-02-03 16:38:38 +01:00
parent 90161be418
commit 6edd3143cb
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A

View file

@ -72,7 +72,8 @@ local prose_plugs = {
render_modes = { "n", "c", "i" },
code = {
sign = false,
width = "block",
width = "full",
position = "right",
right_pad = 1,
},
checkbox = {