mirror of
https://github.com/softinio/nix-config.git
synced 2025-09-03 08:06:41 -07:00
Correct metals javaHome path
This commit is contained in:
parent
72e2f8b70b
commit
aed63be6d4
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ _G.load_config = function()
|
||||||
},
|
},
|
||||||
fallbackScalaVersion = "2.13.6",
|
fallbackScalaVersion = "2.13.6",
|
||||||
superMethodLensesEnabled = true,
|
superMethodLensesEnabled = true,
|
||||||
javaHome = "~/.nix-profile"
|
javaHome = "/Users/salar/.nix-profile"
|
||||||
}
|
}
|
||||||
Metals_config.init_options.statusBarProvider = 'on'
|
Metals_config.init_options.statusBarProvider = 'on'
|
||||||
vim.cmd [[augroup lsp]]
|
vim.cmd [[augroup lsp]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue