Error and warning lines don't wrap #4426
Unanswered
ayushkhanduri
asked this question in
Q&A - Ask for help with problems
Replies: 1 comment
-
I think virtualtext in Vim can't be word wrapped, as it would cause characters to move up and down the screen, unless it wrapped inside of the space to the right margin it might be able to fit in. For long errors on long lines, the best way to look at an error is to use the other options to show errors. You can always use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am having issues reading errors and warnings as the text for error and warning isn't wrapping. I have set wrap in my vimrc which is working when my text overflows but it doesn't work with linting . Below is a screenshot on how messages overflow the screen and there is no way to read them
Beta Was this translation helpful? Give feedback.
All reactions