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
|
:init
|
||||||
(global-flycheck-eglot-mode 1))
|
(global-flycheck-eglot-mode 1))
|
||||||
|
|
||||||
|
(use-package flycheck-popup-tip
|
||||||
|
:hook (flycheck-mode . flycheck-popup-tip-mode))
|
||||||
|
|
||||||
(provide 'init-lsp)
|
(provide 'init-lsp)
|
||||||
;;; init-lsp.el ends here
|
;;; init-lsp.el ends here
|
||||||
|
Reference in New Issue
Block a user