This commit is contained in:
2025-03-06 19:34:04 -08:00
parent 5cfd1ddbb5
commit 311db4a0a5
5 changed files with 45 additions and 34 deletions

View File

@@ -10,6 +10,20 @@ return {
config = function()
require('render-markdown').setup({
render_modes = true,
heading = {
width = 'block',
min_width = 81,
},
indent = {
enabled = true,
skip_heading = true,
},
sign = {
enabled = true,
},
})
end
}