aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform
diff options
context:
space:
mode:
Diffstat (limited to 'lua/conform')
-rw-r--r--lua/conform/formatters/typstfmt.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/conform/formatters/typstfmt.lua b/lua/conform/formatters/typstfmt.lua
index e5d0e5f..6bca1ce 100644
--- a/lua/conform/formatters/typstfmt.lua
+++ b/lua/conform/formatters/typstfmt.lua
@@ -3,6 +3,7 @@ return {
meta = {
url = "https://github.com/astrale-sharp/typstfmt",
description = "Basic formatter for the Typst language with a future!",
+ deprecated = true,
},
command = "typstfmt",
stdin = true,