* eglot.el (eglot-handle-notification): Don't specifically check for
flymake-mode before reporting diagnostics.
GitHub-reference: close https://github.com/joaotavora/eglot/issues/195
(t 'eglot-note))
message `((eglot-lsp-diag . ,diag-spec)))))
into diags
- finally (cond ((and flymake-mode eglot--current-flymake-report-fn)
+ finally (cond (eglot--current-flymake-report-fn
(funcall eglot--current-flymake-report-fn diags
;; If the buffer hasn't changed since last
;; call to the report function, flymake won't