Skip to content

Commit 5cb6330

Browse files
stevearcF1lipB
authored andcommitted
fix: deprecate typstfmt formatter (nvim-lua#458)
1 parent 90989d5 commit 5cb6330

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,6 @@ You can view this list in vim with `:help conform-formatters`
330330
- [trim_whitespace](https://www.gnu.org/software/gawk/manual/gawk.html) - Trim whitespaces with awk.
331331
- [twig-cs-fixer](https://github.com/VincentLanglet/Twig-CS-Fixer) - Automatically fix Twig Coding Standards issues
332332
- [typos](https://github.com/crate-ci/typos) - Source code spell checker
333-
- [typstfmt](https://github.com/astrale-sharp/typstfmt) - Basic formatter for the Typst language with a future!
334333
- [typstyle](https://github.com/Enter-tainer/typstyle) - Beautiful and reliable typst code formatter.
335334
- [uncrustify](https://github.com/uncrustify/uncrustify) - A source code beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and Vala.
336335
- [usort](https://github.com/facebook/usort) - Safe, minimal import sorting for Python projects.

doc/conform.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,6 @@ FORMATTERS *conform-formatter
411411
`trim_whitespace` - Trim whitespaces with awk.
412412
`twig-cs-fixer` - Automatically fix Twig Coding Standards issues
413413
`typos` - Source code spell checker
414-
`typstfmt` - Basic formatter for the Typst language with a future!
415414
`typstyle` - Beautiful and reliable typst code formatter.
416415
`uncrustify` - A source code beautifier for C, C++, C#, ObjectiveC, D, Java,
417416
Pawn and Vala.

lua/conform/formatters/typstfmt.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ return {
33
meta = {
44
url = "https://github.com/astrale-sharp/typstfmt",
55
description = "Basic formatter for the Typst language with a future!",
6+
deprecated = true,
67
},
78
command = "typstfmt",
89
stdin = true,

0 commit comments

Comments
 (0)