From c4cd42359a72082f42560c5155e432373840eee4 Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Sat, 10 Feb 2024 18:59:58 -0800 Subject: [PATCH] hx typ config --- users/tao/helix.nix | 1 + 1 file changed, 1 insertion(+) 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 = [ {