aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorSteven Arcangeli <stevearc@stevearc.com>2024-06-15 22:15:26 -0400
committerSteven Arcangeli <stevearc@stevearc.com>2024-06-15 22:15:34 -0400
commit6e5d476e97dbd251cc2233d42fd238c810404701 (patch)
treecf0d6dc38204cbf78a4d97c5ab915f21ff3b9b69 /lua
parent797d1f622a23d4a21bb58218bdf5999a9beac4ef (diff)
fix: deprecate typstfmt formatter (#458)
Diffstat (limited to 'lua')
-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,