seagle0128 / doom-modeline

A fancy and fast mode-line inspired by minimalism design.
https://seagle0128.github.io/doom-modeline/
GNU General Public License v3.0
1.27k stars 157 forks source link

Add support for display icons in check-simple-format #706

Closed DevelopmentCool2449 closed 5 months ago

DevelopmentCool2449 commented 5 months ago

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: https://github.com/seagle0128/doom-modeline/issues/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.

seagle0128 commented 5 months ago

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.

DevelopmentCool2449 commented 5 months ago

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.