nvim: Show markdown code blocks in full width
This commit is contained in:
parent
90161be418
commit
6edd3143cb
1 changed files with 2 additions and 1 deletions
|
|
@ -72,7 +72,8 @@ local prose_plugs = {
|
||||||
render_modes = { "n", "c", "i" },
|
render_modes = { "n", "c", "i" },
|
||||||
code = {
|
code = {
|
||||||
sign = false,
|
sign = false,
|
||||||
width = "block",
|
width = "full",
|
||||||
|
position = "right",
|
||||||
right_pad = 1,
|
right_pad = 1,
|
||||||
},
|
},
|
||||||
checkbox = {
|
checkbox = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue