Skip to content

Commit

Permalink
usr: cli: vim: metals: add metalsBinaryPath
Browse files Browse the repository at this point in the history
  • Loading branch information
xieby1 committed Nov 18, 2023
1 parent 34c0562 commit 83a4d94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions usr/cli/vim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,8 @@ let
"-Dhttp.proxyHost=127.0.0.1",
"-Dhttp.proxyPort=${toString config.proxyPort}",
},
-- see `:h metalsBinaryPath`, "Another setting for you crazy Nix kids." Hahaha!
metalsBinaryPath = "${pkgs.metals}/bin/metals",
}
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 83a4d94

Please sign in to comment.