AutoYADM commit: 2025-02-02 16:30:02

This commit is contained in:
Daniel Fichtinger 2025-02-02 16:30:02 -05:00
parent 7fac759c6c
commit 438f16989d

View file

@ -23,6 +23,10 @@ return {
"chomosuke/typst-preview.nvim", "chomosuke/typst-preview.nvim",
ft = "typst", ft = "typst",
version = "1.*", version = "1.*",
opts = {}, opts = {
dependencies_bin = {
["tinymist"] = "tinymist",
},
},
}, },
} }