helix: Cleanup LSP settings
This commit is contained in:
parent
1b7ac02c8f
commit
cbce9ba8b9
1 changed files with 0 additions and 16 deletions
|
|
@ -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;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue