-
Notifications
You must be signed in to change notification settings - Fork 6
Set configuration on init #2
Comments
Ah, like this: (defvar lsp-scala--config-options `(:hover (:enabled t))) |
NB, I just opened scalameta/metals#236 to enable hover by default. It used to be disabled when hover relied on the presentation compiler but now it uses SemanticDB, the same as goto definition. |
The VS Code plugin package.json for some reason enabled it by default so I didn't notice it was off in other clients. |
I think I'd like to flesh this out with all the options to make it easier for people to customize. But then we might always be a step behind trying to echo metals' defaults. And I want this package to be really dumb, deferring as much as possible to lsp-mode or metals. 🤔 |
Could try the route of "nil implies metal's default and nil is default". Which I've seen some emacs packages do. (What? No Option?) |
yields
I can't figure out the incantation to set hover to true.
The text was updated successfully, but these errors were encountered: