From 4400ee31b9397be1cd3c447a0d15b64ea0d9e417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=B5=20Quang=20Chi=E1=BA=BFn?= Date: Fri, 13 Sep 2024 08:35:22 +0700 Subject: [PATCH] chore(typst): uncomment code --- lua/lazyvim/plugins/extras/lang/typst.lua | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/lua/lazyvim/plugins/extras/lang/typst.lua b/lua/lazyvim/plugins/extras/lang/typst.lua index 361347d1..0357d70a 100644 --- a/lua/lazyvim/plugins/extras/lang/typst.lua +++ b/lua/lazyvim/plugins/extras/lang/typst.lua @@ -12,13 +12,12 @@ return { }, }, - -- Wait until this package is available in the mason-registry - -- { - -- "williamboman/mason.nvim", - -- opts = { - -- ensure_installed = { "typstyle" }, - -- }, - -- }, + { + "williamboman/mason.nvim", + opts = { + ensure_installed = { "typstyle" }, + }, + }, { "neovim/nvim-lspconfig",