pinwheel: Show inferred types with metals in emacs
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user