From 4033f5fe94241ca5fa2d7ba789446ff510eea407 Mon Sep 17 00:00:00 2001 From: cscherr Date: Mon, 19 May 2025 11:26:25 +0200 Subject: [PATCH] fmt typst --- lua/custom/plugins/init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/custom/plugins/init.lua b/lua/custom/plugins/init.lua index 28422b0..45c8b8c 100644 --- a/lua/custom/plugins/init.lua +++ b/lua/custom/plugins/init.lua @@ -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' },