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" ]; };