feat(hl): better hl
This commit is contained in:
parent
93be3b0dc9
commit
db85bacd4c
5 changed files with 123 additions and 110 deletions
|
|
@ -239,7 +239,7 @@ local function toggle_run_panel(is_debug)
|
|||
vim.api.nvim_buf_set_extmark(bufnr, test_list_namespace, hl.line, hl.col_start, {
|
||||
end_col = hl.col_end,
|
||||
hl_group = hl.highlight_group,
|
||||
priority = 100,
|
||||
priority = 200,
|
||||
})
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue