Skip to content

Commit

Permalink
Disable implicit conversions in eglot for metals
Browse files Browse the repository at this point in the history
  • Loading branch information
peel committed Apr 23, 2024
1 parent 9efbe32 commit 8b0a0c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/common/setup/emacs/default.el
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@
:inlayHints
(:typeParameters (:enable t)
:hintsInPatternMatch (:enable t)
:implicitConversions (:enable t)
:inferredTypes (:enable t)))))))
:hook ((scala-mode . eglot-ensure)
(js-mode . eglot-ensure)
Expand Down

0 comments on commit 8b0a0c8

Please sign in to comment.