helix: Cleanup LSP settings

This commit is contained in:
Jan Kremer 2025-07-08 11:16:52 +02:00
parent 1b7ac02c8f
commit cbce9ba8b9
Signed by: jan
GPG key ID: A7DA689CB3B078EC

View file

@ -69,7 +69,6 @@
languages = {
language-server = {
tinymist.command = "tinymist";
nixd = {
command = "nixd";
config = {
@ -83,21 +82,6 @@
};
};
};
language = [
{
name = "nix";
language-servers = [ "nixd" ];
formatter.command = "nixfmt";
auto-format = true;
}
{
name = "typst";
language-servers = [ "tinymist" ];
formatter.command = "typstyle";
auto-format = true;
}
];
};
};
}