consult-flycheck icon indicating copy to clipboard operation
consult-flycheck copied to clipboard

Consult integration for Flycheck

Results 1 consult-flycheck issues
Sort by recently updated
recently updated
newest added

This change allows the user to customize how to display error message in consult minibuffer. Example setting: ```lisp (setq consult-flycheck-error-formatter #'flycheck-error-format-message-and-id) ```