Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

colorcolumn/line numbers tearing caused by test results #55

Closed
armanschwarz opened this issue Jul 4, 2022 · 2 comments
Closed

colorcolumn/line numbers tearing caused by test results #55

armanschwarz opened this issue Jul 4, 2022 · 2 comments

Comments

@armanschwarz
Copy link

I use neotest with python and have noticed that when I run tests the colorcolumn gets moved to the right by one character on rows where the tick/cross is displayed. The line numbers also get messed up:

E.g. this test:

This is an image

Then after running :lua require("neotest").run.run({suite=true}):

This is an image

@rcarriga
Copy link
Collaborator

rcarriga commented Jul 4, 2022

This looks like either a NeoVim or a terminal bug, the rendering of the signs is done by NeoVim internals. FWIW I enabled colorcolumn and did not see this behaviour

@armanschwarz
Copy link
Author

Ok thanks I'll play around with different configurations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants