Compare commits

..

3 commits

View file

@ -30,7 +30,6 @@
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
''; '';