fmt typst

This commit is contained in:
cscherr 2025-05-19 11:26:25 +02:00
parent a3c86ac0db
commit 4033f5fe94
Signed by: cscherrNT
GPG key ID: 8E2B45BC51A27EA7

View file

@ -38,6 +38,7 @@ return {
['_'] = { 'prettier' },
rust = { 'rust-analyzer' },
lua = { 'stylua' },
typst = { 'typstyle' },
json = { 'jq' },
-- rust = { 'rustfmt' }, -- does not need one with the lsp there
c = { 'clang-format' },