Skip to content

Commit

Permalink
usr: cli: vim: metals: add javaHome use jdk8
Browse files Browse the repository at this point in the history
  • Loading branch information
xieby1 committed Nov 18, 2023
1 parent 83a4d94 commit cd951c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions usr/cli/vim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ let
},
-- see `:h metalsBinaryPath`, "Another setting for you crazy Nix kids." Hahaha!
metalsBinaryPath = "${pkgs.metals}/bin/metals",
javaHome = "${pkgs.openjdk8}",
}
metals_config.capabilities = require("cmp_nvim_lsp").default_capabilities()
-- Autocmd that will actually be in charging of starting the whole thing
Expand Down

0 comments on commit cd951c7

Please sign in to comment.