diff --git a/lua/custom/plugins/render-markdown.lua b/lua/custom/plugins/render-markdown.lua index b3a5feb1..b0422e48 100644 --- a/lua/custom/plugins/render-markdown.lua +++ b/lua/custom/plugins/render-markdown.lua @@ -9,6 +9,9 @@ return { config = function() require('render-markdown').setup { file_types = { 'markdown', 'quarto' }, + html = { + comment = { conceal = false }, + }, } end, }