Closed mrassili closed 1 year ago
Thanks for reporting, I can reproduce. Never encountered this so not sure what causes this (and what prevents it from happening on my setup)! This will need to be fixed in neovim as this plugin just builds the 'statuscolumn' string.
Thank you, I'm going to change the statuscolumn a bit to match my need and wait for a fix hopefully soon :)
Hmm it seems not calling wingetinfo()
prevents this actually.
Perhaps we can make a temporary fix here. Not sure what to do about it in neovim.
Note to self: the validate_botline()
call in get_win_info()
causes this.
that fixes the issue, thank you @luukvbaal
I've installed statuscol on a bare Neovim install, it's the only plugin installed apart from
lazy.nvim
and when I set
setopt
totrue
I have these weird characters all over the place when writingSee recording
https://user-images.githubusercontent.com/25288435/216472525-f2547e17-6186-4ca8-8948-6fae4044525e.mov
here's my
init.lua