pinwheel: Show inferred types with metals in emacs

This commit is contained in:
Alexander Heldt
2024-07-13 10:07:44 +02:00
parent 8ebb0bb4e9
commit 6ad23fa5fb

View File

@@ -503,6 +503,14 @@ Setup prefix for keybindings.
'(scala-mode .
("metals" :initializationOptions (:isHttpEnabled t))))
(setq-default eglot-workspace-configuration
'(
:metals (
:inlayHints (:inferredTypes (:enable t))
)
)
)
:hook (
(go-mode . eglot-ensure)
(go-mode . alex/organize-imports-on-save)