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