Add Flycheck popup tips

Display Flycheck errors and warnings as popup tips for better visibility.
This commit is contained in:
kj
2025-09-28 22:28:13 -03:00
parent 72d6412a8f
commit 256353e949

View File

@ -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