We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc2223e commit b83981cCopy full SHA for b83981c
lua/copilot-lsp/nes/ui.lua
@@ -52,7 +52,7 @@ function M._display_next_suggestion(edits, ns_id)
52
if deleted_lines_count > 0 then
53
vim.api.nvim_buf_set_extmark(bufnr, ns_id, suggestion.range.start.line, 0, {
54
hl_group = "NesDelete",
55
- end_line = suggestion.range["end"].line,
+ end_row = suggestion.range["end"].line + 1,
56
})
57
end
58
if added_lines_count > 0 then
0 commit comments