Skip to content

Commit 3d3cd87

Browse files
authored
Merge pull request #1215 from c2fc2f/main
langauges/typst: remove typstfmt
2 parents 20d8fca + 7919c72 commit 3d3cd87

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

modules/plugins/languages/typst.nix

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,8 @@
5757
};
5858
};
5959

60-
defaultFormat = "typstfmt";
60+
defaultFormat = "typstyle";
6161
formats = {
62-
typstfmt = {
63-
package = pkgs.typstfmt;
64-
};
6562
# https://github.com/Enter-tainer/typstyle
6663
typstyle = {
6764
package = pkgs.typstyle;

0 commit comments

Comments
 (0)