From 1c8250e0ba59e94ece4664c6830e2d342050dfb5 Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Tue, 18 Feb 2025 00:47:26 -0800 Subject: [PATCH] typst --- users/tao/helix.nix | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/users/tao/helix.nix b/users/tao/helix.nix index 0d21bac..eee9a9c 100644 --- a/users/tao/helix.nix +++ b/users/tao/helix.nix @@ -62,21 +62,25 @@ }; languages = { use-grammars.only = [ - "rust" + "bash" "c" "cpp" - "typst" - "nix" - "html" - "toml" - "markdown" - "just" - "bash" "gas" - "sql" + "html" + "just" + "markdown" + "nix" + "rust" "scheme" + "sql" + "toml" + "typst" ]; language = [ + { + name = "typst"; + text-width = "100"; + } { name = "sql"; language-servers = ["sqls"];