aboutsummaryrefslogtreecommitdiffstats
path: root/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'plugin')
-rw-r--r--plugin/50-markdown.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/50-markdown.lua b/plugin/50-markdown.lua
index 6b59b27..a785aaa 100644
--- a/plugin/50-markdown.lua
+++ b/plugin/50-markdown.lua
@@ -16,4 +16,5 @@ require("render-markdown").setup({
heading = { width = "block", min_width = markdown_textwidth },
code = { position = "center", sign = false, width = "block", min_width = markdown_textwidth / 2 },
dash = { width = markdown_textwidth },
+ win_options = { conceallevel = { rendered = 2 } },
})