Add Flycheck popup tips
Display Flycheck errors and warnings as popup tips for better visibility.
This commit is contained in:
@ -105,5 +105,8 @@
|
||||
:init
|
||||
(global-flycheck-eglot-mode 1))
|
||||
|
||||
(use-package flycheck-popup-tip
|
||||
:hook (flycheck-mode . flycheck-popup-tip-mode))
|
||||
|
||||
(provide 'init-lsp)
|
||||
;;; init-lsp.el ends here
|
||||
|
Reference in New Issue
Block a user