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

Errors are illegible #49

Open
ahstro opened this issue Jan 15, 2018 · 3 comments
Open

Errors are illegible #49

ahstro opened this issue Jan 15, 2018 · 3 comments

Comments

@ahstro
Copy link

ahstro commented Jan 15, 2018

Errors in Vim are currently quite hard to read, looking like this:
error1

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:
error2

I haven't investigated any side-effects this might've had, but you might want to consider the change? 😊

@junegunn
Copy link
Owner

I have never experienced the issue. How can I reproduce the case?

@ahstro
Copy link
Author

ahstro commented Jan 22, 2018

I'm getting it from using Neomake, but I assume any linting plugin should be able to throw a similar error.

@lunacookies
Copy link

Can this be closed? @ahstro Has the issue been resolved?

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

3 participants