flycheck-inline

Homepage: https://github.com/flycheck/flycheck-inline

Author: fmdkdd

Updated:

Summary

Display Flycheck errors inline

Commentary

Provide an error display function to show Flycheck errors inline, directly
below their location in the buffer.

# Setup

Enable the local minor mode for all flycheck-mode buffers:

(with-eval-after-load 'flycheck
  (add-hook 'flycheck-mode-hook #'flycheck-inline-mode))

Dependencies