diff --git a/users/tao/helix.nix b/users/tao/helix.nix index 8ef08b5..2d8df2d 100644 --- a/users/tao/helix.nix +++ b/users/tao/helix.nix @@ -40,6 +40,7 @@ } { name = "html"; auto-format = false; indent = { tab-width = 4; unit = "\t"; }; } { name = "nix"; auto-format = true; formatter = { command = "nixpkgs-fmt"; }; } + { name = "typst"; indent = { tab-width = 4; unit = " "; }; } ]; grammar = [ {