We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Errors in Vim are currently quite hard to read, looking like this:
I solved this for me with this change here,
-call s:hi('Error', [s:dark_fg, s:light_bg_1], [52, 174]) +call s:hi('Error', [s:dark_fg, s:light_bg_1], [9, 174])
making errors look like this:
I haven't investigated any side-effects this might've had, but you might want to consider the change? 😊
The text was updated successfully, but these errors were encountered:
I have never experienced the issue. How can I reproduce the case?
Sorry, something went wrong.
I'm getting it from using Neomake, but I assume any linting plugin should be able to throw a similar error.
Can this be closed? @ahstro Has the issue been resolved?
No branches or pull requests
Errors in Vim are currently quite hard to read, looking like this:
I solved this for me with this change here,
making errors look like this:
I haven't investigated any side-effects this might've had, but you might want to consider the change? 😊
The text was updated successfully, but these errors were encountered: