caisah / ivy-flycheck

Jump to flycheck errors using ivy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ivy Flycheck

Jump to flycheck errors using ivy.

Install

(eval-after-load 'flycheck
 '(define-key flycheck-mode-map (kbd "C-c ! o") 'ivy-flycheck))

./misc/screenshot.png

Customization

You can customize some faces:

  • ivy-flycheck-line-column-number
  • ivy-flycheck-error-type
  • ivy-flycheck-warning-type
  • ivy-flycheck-info-type
  • ivy-flycheck-text

You can customize the delimiter between ivy candidates if you don’t like the ’\n’.

(setq ivy-flycheck-delimiter "---")

Tip: If you use page-break-lines you can set it to ^L.

About

Jump to flycheck errors using ivy

License:GNU Lesser General Public License v3.0


Languages

Language:Emacs Lisp 100.0%