From c772470e0b250ba74e5de58be4c791bb8a2b8535 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Mon, 14 Oct 2024 17:43:34 -0700 Subject: [PATCH] fix: use 'tinymist' instead of 'typst-preview' for configuration option --- lua/plugins/lz-spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/lz-spec.lua b/lua/plugins/lz-spec.lua index 38b3530..7f2de55 100644 --- a/lua/plugins/lz-spec.lua +++ b/lua/plugins/lz-spec.lua @@ -39,7 +39,7 @@ return { after = function() require("typst-preview").setup({ dependencies_bin = { - ["typst-preview"] = nixCats("bin.tinymist"), + ["tinymist"] = nixCats("bin.tinymist"), ["websocat"] = nixCats("bin.websocat"), }, })