return to git helix since jdtls is being stinky regardless god fucking dammit

This commit is contained in:
Tao Tien 2024-03-05 11:34:29 -08:00
parent 52174dc319
commit 04a01e0b63
4 changed files with 23 additions and 23 deletions

View file

@ -7,6 +7,7 @@
settings = {
theme = "dracula";
editor = {
rainbow-brackets = true;
line-number = "relative";
cursorline = true;
completion-replace = true;
@ -83,13 +84,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 +124,6 @@
};
enable = true;
defaultEditor = true;
# package = inputs.helix.packages.${pkgs.system}.default;
package = inputs.helix.packages.${pkgs.system}.default;
};
}