We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc0a1e commit a928881Copy full SHA for a928881
1 file changed
lua/opencode/ui/mention.lua
@@ -80,9 +80,6 @@ function M.highlight_mentions_in_output(output, text, mentions, start_line)
80
local col_start = char_start - line_start
81
local col_end = math.min(char_end - line_start + 1, #line)
82
83
- -- vim.notify('adding extmark, col_start: ' .. col_start .. ', col_end: ' .. col_end)
84
- vim.notify('char: ' .. string.sub(line, col_start, col_start + 10))
85
-
86
output:add_extmark(start_line + i, {
87
start_col = col_start,
88
end_col = col_end,
0 commit comments