Skip to content

Commit 9a60686

Browse files
committed
fix(concealer): hide virtual text when it goes off-screen due to horizontal scrolling
1 parent 91db472 commit 9a60686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/neorg/modules/core/concealer/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ local function set_mark(bufid, row_0b, col_0b, text, highlight, ext_opts)
101101
end_row = row_0b,
102102
end_col = col_0b,
103103
hl_eol = nil,
104-
virt_text_hide = nil,
104+
virt_text_hide = true,
105105
hl_mode = "combine",
106106
virt_lines = nil,
107107
virt_lines_above = nil,

0 commit comments

Comments
 (0)