From 438f16989db2659d09f3b2d774511deef392598b Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sun, 2 Feb 2025 16:30:02 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-02 16:30:02 --- .config/nvim/lua/plugins/typst.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.config/nvim/lua/plugins/typst.lua b/.config/nvim/lua/plugins/typst.lua index 3fab90eb..b9783898 100644 --- a/.config/nvim/lua/plugins/typst.lua +++ b/.config/nvim/lua/plugins/typst.lua @@ -23,6 +23,10 @@ return { "chomosuke/typst-preview.nvim", ft = "typst", version = "1.*", - opts = {}, + opts = { + dependencies_bin = { + ["tinymist"] = "tinymist", + }, + }, }, }