From 9973b1100095fd8bf9e678738ba5dcba9aed5ab8 Mon Sep 17 00:00:00 2001 From: tavo Date: Wed, 3 Sep 2025 18:24:40 -0600 Subject: [PATCH] just in case --- nvim/lua/plugins/typst.lua | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/nvim/lua/plugins/typst.lua b/nvim/lua/plugins/typst.lua index 1cd4697..23b0ca2 100644 --- a/nvim/lua/plugins/typst.lua +++ b/nvim/lua/plugins/typst.lua @@ -3,4 +3,13 @@ return { lazy = false, -- or ft = 'typst' version = "1.*", opts = {}, -- lazy.nvim will implicitly calls `setup {}` + + { + "williamboman/mason.nvim", + opts = { + ensure_installed = { + "tinymist", + }, + }, + }, }