Compare commits
3 commits
8199081348
...
8add88a989
Author | SHA1 | Date | |
---|---|---|---|
8add88a989 | |||
7284e679ab | |||
7b5241304b |
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
||||||
metalsBinaryPath = "${pkgs.lib.getExe pkgs.metals}",
|
metalsBinaryPath = "${pkgs.lib.getExe pkgs.metals}",
|
||||||
useGlobalExecutable = true
|
useGlobalExecutable = true
|
||||||
}
|
}
|
||||||
|
vim.lsp.inlay_hint.enable(true)
|
||||||
require("metals").initialize_or_attach(metals_config)
|
require("metals").initialize_or_attach(metals_config)
|
||||||
end
|
end
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue