Comment by ~fabrice-bernes on ~whynothugo/lsp_lines.nvim
Hi. I can reproduce this error with coc-lua. It happens only when there is virtual text at the very end of a buffer and it gets quickly added or deleted.
To get this error:
* Open a new lua file and type a line that makes no sense: "ilorem ipsum<Esc>". * Yank it and paste it many times: "yy50p". * Undo that paste: "u"
Hope this helps, and thank you for making this plugin.