From 02644eb1f83eb93ef79a3d0a66a4843ae017c0a1 Mon Sep 17 00:00:00 2001 From: Valentin Uveges Date: Fri, 1 Nov 2024 13:40:45 +0200 Subject: [PATCH] fix(ui): combine virtual text bg highlight with cursor line bg --- lua/neotest/consumers/status.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/neotest/consumers/status.lua b/lua/neotest/consumers/status.lua index 68ae85f..ff4e45e 100644 --- a/lua/neotest/consumers/status.lua +++ b/lua/neotest/consumers/status.lua @@ -45,6 +45,7 @@ local function init(client) virt_text = { { statuses[status].text .. " ", statuses[status].texthl }, }, + hl_mode = "combine" }) end end