parent
bdd32a1a49
commit
ef46569737
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "nix"
|
name = "nix"
|
||||||
formatter = { command = "nixfmt" }
|
formatter = { command = "nixfmt" }
|
||||||
|
|
||||||
|
[[language]]
|
||||||
|
name = "typst"
|
||||||
|
formatter = { command = "typstyle" }
|
||||||
|
auto-format = true
|
||||||
|
|
|
@ -84,7 +84,7 @@
|
||||||
inherit (commonArgs) fontPaths virtualPaths;
|
inherit (commonArgs) fontPaths virtualPaths;
|
||||||
packages = [
|
packages = [
|
||||||
watch-script
|
watch-script
|
||||||
pkgs.typstfmt
|
pkgs.typstyle
|
||||||
pkgs.tinymist
|
pkgs.tinymist
|
||||||
|
|
||||||
pkgs.nixfmt-rfc-style
|
pkgs.nixfmt-rfc-style
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue