fmt typst
This commit is contained in:
parent
a3c86ac0db
commit
4033f5fe94
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ return {
|
||||||
['_'] = { 'prettier' },
|
['_'] = { 'prettier' },
|
||||||
rust = { 'rust-analyzer' },
|
rust = { 'rust-analyzer' },
|
||||||
lua = { 'stylua' },
|
lua = { 'stylua' },
|
||||||
|
typst = { 'typstyle' },
|
||||||
json = { 'jq' },
|
json = { 'jq' },
|
||||||
-- rust = { 'rustfmt' }, -- does not need one with the lsp there
|
-- rust = { 'rustfmt' }, -- does not need one with the lsp there
|
||||||
c = { 'clang-format' },
|
c = { 'clang-format' },
|
||||||
|
|
Loading…
Add table
Reference in a new issue