pinwheel: Show inferred types with metals in emacs
This commit is contained in:
@@ -503,6 +503,14 @@ Setup prefix for keybindings.
|
|||||||
'(scala-mode .
|
'(scala-mode .
|
||||||
("metals" :initializationOptions (:isHttpEnabled t))))
|
("metals" :initializationOptions (:isHttpEnabled t))))
|
||||||
|
|
||||||
|
(setq-default eglot-workspace-configuration
|
||||||
|
'(
|
||||||
|
:metals (
|
||||||
|
:inlayHints (:inferredTypes (:enable t))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
:hook (
|
:hook (
|
||||||
(go-mode . eglot-ensure)
|
(go-mode . eglot-ensure)
|
||||||
(go-mode . alex/organize-imports-on-save)
|
(go-mode . alex/organize-imports-on-save)
|
||||||
|
|||||||
Reference in New Issue
Block a user