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

@ -15,7 +15,8 @@
ffmpeg ffmpeg
firefox firefox
git git
inputs.helix.packages.${pkgs.system}.default # inputs.helix.packages.${pkgs.system}.default
helix
# libthai # libthai
localsend localsend
macchina macchina

View file

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