aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md1
-rw-r--r--doc/conform.txt1
-rw-r--r--lua/conform/formatters/typstfmt.lua1
3 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index aa1511e..bad77d1 100644
--- a/README.md
+++ b/README.md
@@ -330,7 +330,6 @@ You can view this list in vim with `:help conform-formatters`
- [trim_whitespace](https://www.gnu.org/software/gawk/manual/gawk.html) - Trim whitespaces with awk.
- [twig-cs-fixer](https://github.com/VincentLanglet/Twig-CS-Fixer) - Automatically fix Twig Coding Standards issues
- [typos](https://github.com/crate-ci/typos) - Source code spell checker
-- [typstfmt](https://github.com/astrale-sharp/typstfmt) - Basic formatter for the Typst language with a future!
- [typstyle](https://github.com/Enter-tainer/typstyle) - Beautiful and reliable typst code formatter.
- [uncrustify](https://github.com/uncrustify/uncrustify) - A source code beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and Vala.
- [usort](https://github.com/facebook/usort) - Safe, minimal import sorting for Python projects.
diff --git a/doc/conform.txt b/doc/conform.txt
index 9e660be..b7d2768 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -411,7 +411,6 @@ FORMATTERS *conform-formatter
`trim_whitespace` - Trim whitespaces with awk.
`twig-cs-fixer` - Automatically fix Twig Coding Standards issues
`typos` - Source code spell checker
-`typstfmt` - Basic formatter for the Typst language with a future!
`typstyle` - Beautiful and reliable typst code formatter.
`uncrustify` - A source code beautifier for C, C++, C#, ObjectiveC, D, Java,
Pawn and Vala.
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,