parent
0dd5231390
commit
02f89355f9
|
@ -185,6 +185,14 @@
|
|||
auto-format = true;
|
||||
formatter.command = "${typst-fmt}/bin/typstfmt";
|
||||
}
|
||||
{
|
||||
name = "dhall";
|
||||
auto-format = true;
|
||||
formatter = {
|
||||
command = "${dhall}/bin/dhall";
|
||||
args = ["format"];
|
||||
};
|
||||
}
|
||||
];
|
||||
language-server = {
|
||||
nil.config.nil.nix.flake.autoEvalInputs = true;
|
||||
|
|
Loading…
Reference in New Issue