Skip to content

caisah/ivy-flycheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published