cleanup redundant binary path

This commit is contained in:
Motiejus Jakštys 2023-10-09 16:18:48 +03:00 committed by Motiejus Jakštys
parent 0f7681c9e8
commit 37775883b6
1 changed files with 0 additions and 1 deletions

View File

@ -176,7 +176,6 @@ local metals_config = require("metals").bare_config()
metals_config.settings = {
showImplicitArguments = true,
excludedPackages = { "akka.actor.typed.javadsl", "com.github.swagger.akka.javadsl" },
--useGlobalExecutable = true, -- nix addition
metalsBinaryPath = "@metals@/bin/metals",
}