jdtls nonsense again?

This commit is contained in:
Tao Tien 2024-03-05 11:09:08 -08:00
parent 9a7bddac9a
commit 26c3017a9e
2 changed files with 10 additions and 9 deletions

View file

@ -83,13 +83,13 @@
auto-format = true;
formatter = {command = "alejandra";};
}
{
name = "typst";
indent = {
tab-width = 4;
unit = " ";
};
}
# {
# name = "typst";
# indent = {
# tab-width = 4;
# unit = " ";
# };
# }
# { name = "rust"; }
];
language-servers = {
@ -123,6 +123,6 @@
};
enable = true;
defaultEditor = true;
package = inputs.helix.packages.${pkgs.system}.default;
# package = inputs.helix.packages.${pkgs.system}.default;
};
}