Skip to content

Commit

Permalink
fix(ui): combine virtual text bg highlight with cursor line bg
Browse files Browse the repository at this point in the history
  • Loading branch information
89iuv authored Nov 1, 2024
1 parent 6d3d22c commit 02644eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/neotest/consumers/status.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ local function init(client)
virt_text = {
{ statuses[status].text .. " ", statuses[status].texthl },
},
hl_mode = "combine"
})
end
end
Expand Down

0 comments on commit 02644eb

Please sign in to comment.