From ed66331b7285eff75d28a374452af3d2bcdf1492 Mon Sep 17 00:00:00 2001 From: Fabian Imhof Date: Wed, 21 May 2025 13:16:01 +0200 Subject: [PATCH] add typst formatter --- lua/plugins.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins.lua b/lua/plugins.lua index 46dd0a42..a293bac4 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -208,6 +208,7 @@ require('lazy').setup({ 'omnisharp', 'prettierd', 'tinymist', + 'prettypst', }) -- Skip automatic setup for servers