-
Notifications
You must be signed in to change notification settings - Fork 160
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
Add support for display icons in check-simple-format #706
Conversation
This reverts commit 798d8b9.
I took a look into this PR this weekend, and realized the implement was not right. The icons are displayed incorrectly in inactive windows and during refreshing. I decided to revert all commits. |
I have noticed that too, I will try to improve and fix this implementation next time. |
This a improved version of this PR seagle0128#706, this should fix some bugs from original patch like icons in inactive window and a better look.
This add an optional feature to include icons to check-simple-format, it makes doom-modeline fancy and easier to distinguish error types (related to: #639), this implementation no needs to force users add-advices or make a custom (and more complex) segment to modeline.
I would like hear their suggest about this.