From c0a87dbeb1c08a15184589847cd4f1fe43e7c601 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Tue, 21 May 2024 23:12:58 -0700 Subject: [PATCH] add typstfmt --- lua/plugins/formatting.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/formatting.lua b/lua/plugins/formatting.lua index 043e68b..891d824 100644 --- a/lua/plugins/formatting.lua +++ b/lua/plugins/formatting.lua @@ -36,6 +36,7 @@ return { ["haskell"] = {"fourmolu"}, ["nix"] = {"nixpkgs-fmt"}, ["lua"] = {"stylua"}, + ["typst"] = {"typstfmt"} }, }, }