From 42219acd80289b865d5cc30c9632f858a8c06fa6 Mon Sep 17 00:00:00 2001 From: Austin Liu Date: Tue, 9 Sep 2025 12:10:06 -0700 Subject: [PATCH] fix(concealer): hide virtual text when it goes off-screen due to horizontal scrolling --- lua/neorg/modules/core/concealer/module.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/neorg/modules/core/concealer/module.lua b/lua/neorg/modules/core/concealer/module.lua index e414355b0..b4479ccd5 100644 --- a/lua/neorg/modules/core/concealer/module.lua +++ b/lua/neorg/modules/core/concealer/module.lua @@ -101,7 +101,7 @@ local function set_mark(bufid, row_0b, col_0b, text, highlight, ext_opts) end_row = row_0b, end_col = col_0b, hl_eol = nil, - virt_text_hide = nil, + virt_text_hide = true, hl_mode = "combine", virt_lines = nil, virt_lines_above = nil,