Skip to content

Commit

Permalink
nvim-metals: update to latest and tweak a few settings
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed Jun 23, 2024
1 parent f8e1ba4 commit 78b4eaf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lib/metalsOverlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let
in
{
metals = builder {
version = "1.3.0";
outputHash = "sha256-otN4sqV2a0itLOoJ7x+VSMe0tl3y4WVovbA1HOpZVDw=";
version = "1.3.2";
outputHash = "sha256-hRESY7TFxUjEkNf0vhCG30mIHZHXoAyZl3nTQ3OvQ0E=";
};
}
3 changes: 3 additions & 0 deletions modules/lsp/lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -413,9 +413,12 @@ in
metals_config.settings = {
metalsBinaryPath = "${cfg.scala.metals}/bin/metals",
autoImportBuild = "off",
defaultBspToBuildTool = true,
showImplicitArguments = true,
showImplicitConversionsAndClasses = true,
showInferredType = true,
superMethodLensesEnabled = true,
excludedPackages = {
"akka.actor.typed.javadsl",
"com.github.swagger.akka.javadsl"
Expand Down

0 comments on commit 78b4eaf

Please sign in to comment.