Open odanoburu opened 5 years ago
mirroring https://github.com/flycheck/flycheck/issues/302
when using vanilla flycheck, doing
(setq flycheck-display-errors-function #'flycheck-display-error-messages-unless-error-list)
solves this issue. however from my understanding of the code lean-mode is handling error display manually, and the fix is not so simple (although it might still be pretty simple).
lean-mode
mirroring https://github.com/flycheck/flycheck/issues/302
when using vanilla flycheck, doing
solves this issue. however from my understanding of the code
lean-mode
is handling error display manually, and the fix is not so simple (although it might still be pretty simple).