Compare commits

..

No commits in common. "7accc54935034bbb1390c09276bcee911c57b044" and "72f7a0bba95e041b678f2596ffa066c09d8874c0" have entirely different histories.

View file

@ -95,7 +95,6 @@
jdt-language-server
bash-language-server
marksman
python3Packages.python-lsp-server
];
languages.language = [
{
@ -116,21 +115,13 @@
{
name = "java";
auto-format = true;
formatter = {
command = "${pkgs.google-java-format}/bin/google-java-format";
args = [ "-" ];
};
formatter.command = "${pkgs.google-java-format}/bin/google-java-format";
}
{
name = "rust";
auto-format = true;
formatter.command = "${pkgs.rustfmt}/bin/rustfmt";
}
{
name = "python";
auto-format = true;
formatter.command = "${pkgs.yapf}/bin/yapf";
}
];
};