feat: add typst formatter

This commit is contained in:
Moritz Böhme 2025-05-28 11:14:01 +02:00
parent b7443bd577
commit 7aa27bf47e
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9

View file

@ -25,6 +25,7 @@
toml = ["taplo"];
yaml = ["yamlfix"];
markdown = ["injected"];
typst = ["typstyle"];
};
};
opts.formatexpr = "v:lua.require'conform'.formatexpr()";