mirror of
https://github.com/softinio/nvim-config.git
synced 2025-09-03 16:16:42 -07:00
update metals to use global executable
This commit is contained in:
parent
0c64477fde
commit
127bb29002
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ return {
|
||||||
|
|
||||||
metals_config.settings = {
|
metals_config.settings = {
|
||||||
serverVersion = "latest.snapshot",
|
serverVersion = "latest.snapshot",
|
||||||
|
useGlobalExecutable = true,
|
||||||
showImplicitArguments = true,
|
showImplicitArguments = true,
|
||||||
showImplicitConversionsAndClasses = true,
|
showImplicitConversionsAndClasses = true,
|
||||||
showInferredType = true,
|
showInferredType = true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue