From 05f67073710ebe36893ee07a5fcd51529e31698d Mon Sep 17 00:00:00 2001 From: Nicholai Date: Wed, 4 Feb 2026 23:52:17 -0700 Subject: [PATCH] tweaks to markdown rendering --- lua/plugins/notes.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lua/plugins/notes.lua b/lua/plugins/notes.lua index 686512d..703e49e 100644 --- a/lua/plugins/notes.lua +++ b/lua/plugins/notes.lua @@ -72,26 +72,26 @@ return { ft = { "markdown", "Avante" }, opts = { heading = { - enabled = true, - icons = { "󰲡 ", "󰲣 ", "󰲥 ", "󰲧 ", "󰲩 ", "󰲫 " }, + enabled = false, }, code = { enabled = true, - style = "full", + style = "normal", border = "thin", }, bullet = { enabled = true, - icons = { "●", "○", "◆", "◇" }, + icons = { "•", "◦", "▪", "▫" }, }, checkbox = { enabled = true, - unchecked = { icon = "󰄱 " }, - checked = { icon = "󰄵 " }, + unchecked = { icon = "☐ " }, + checked = { icon = "☑ " }, }, quote = { enabled = true }, pipe_table = { enabled = true }, link = { enabled = true }, + sign = { enabled = false }, }, }, }