Add combine hl_mode to ghost_text virtual text (#182)

This commit is contained in:
haze
2021-09-08 10:55:55 -04:00
committed by GitHub
parent a6c7e2e422
commit 201fa80452

View File

@@ -63,6 +63,7 @@ core.ghost_text = function(e)
virt_text = { { text, c.hl_group or 'Comment' } }, virt_text = { { text, c.hl_group or 'Comment' } },
virt_text_pos = 'overlay', virt_text_pos = 'overlay',
virt_text_win_col = ctx.virtcol - 1, virt_text_win_col = ctx.virtcol - 1,
hl_mode = 'combine',
priority = 1, priority = 1,
}) })
end end