From bb1414cd0ecf50f23f97952a25f164842ac1572d Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Fri, 27 Sep 2024 15:02:17 -0700 Subject: [PATCH] feat: add typstyle formatter --- config/plugins/formatters.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/plugins/formatters.nix b/config/plugins/formatters.nix index 74fb924..ffd5440 100644 --- a/config/plugins/formatters.nix +++ b/config/plugins/formatters.nix @@ -92,6 +92,7 @@ html = [ "prettier" ]; javascript = [ "prettier" ]; typescript = [ "prettier" ]; + typst = [ "typstyle" ]; # "*" = ["codespell"]; "_" = [ "trim_whitespace" ]; };