aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lua/conform/formatters/typstyle.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/conform/formatters/typstyle.lua b/lua/conform/formatters/typstyle.lua
new file mode 100644
index 0000000..eaae7b0
--- /dev/null
+++ b/lua/conform/formatters/typstyle.lua
@@ -0,0 +1,9 @@
+---@type conform.FileFormatterConfig
+return {
+ meta = {
+ url = "https://github.com/Enter-tainer/typstyle",
+ description = "Beautiful and reliable typst code formatter.",
+ },
+ command = "typstyle",
+ stdin = true,
+}