symbols-outline.nvim icon indicating copy to clipboard operation
symbols-outline.nvim copied to clipboard

Weird character at the end of line

Open ktkimit opened this issue 3 years ago • 4 comments

I'm using alacritty for terminal emulator, and the example below is for python script (pyright LSP is used).

Screen Shot 2022-01-31 at 12 01 32 PM

Some annoying character like "e" in the above figure appears at the end of line. The character does not disappear even if I close the SymbolsOutline window.

ktkimit avatar Jan 31 '22 20:01 ktkimit

Interestingly they can also have random colors: Screenshot from 2022-02-06 01-49-48

A somewhat bearable workaround that I have found is, <CTRL> + Z, and then fg, after that the garbage characters are gone.

Ferenc- avatar Feb 06 '22 00:02 Ferenc-

I'm pretty sure this is a neovim thing, but it could just me not clearing the extmarks correctly, will have a look

simrat39 avatar Feb 22 '22 02:02 simrat39

image bad thing happen... use :mode as work around

Pay attention that effectively very end character of a line remains

bedware avatar Oct 17 '23 19:10 bedware

Actually, adding :mode at the end of quit action could be a fix to this issue.

bedware avatar Oct 17 '23 19:10 bedware