diff --git a/configs/init-lsp.el b/configs/init-lsp.el index 8c146d4..15c3184 100644 --- a/configs/init-lsp.el +++ b/configs/init-lsp.el @@ -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