Skip to content

Commit

Permalink
Reduce extmark priority
Browse files Browse the repository at this point in the history
  • Loading branch information
RRethy committed Feb 4, 2024
1 parent 97c1265 commit 305bf07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/illuminate/highlight.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function M.range(bufnr, start, finish, kind)
hl_group = kind_to_hl_group(kind),
end_row = end_row,
end_col = cols[2],
priority = 1000,
priority = 199,
strict = false,
})
end
Expand Down

0 comments on commit 305bf07

Please sign in to comment.