fix(typst): remove build for typst-preview

plugin now downloads binaries during setup
This commit is contained in:
Vo Quang chien 2024-11-20 09:25:53 +07:00
parent c352553069
commit e6f6db2667

View file

@ -39,11 +39,6 @@ return {
{
"chomosuke/typst-preview.nvim",
cmd = { "TypstPreview", "TypstPreviewToggle", "TypstPreviewUpdate" },
build = function(plugin)
local typst_preview = require("typst-preview")
typst_preview.setup(plugin.opts) -- Setup preview during build to avoid redundant downloads
typst_preview.update()
end,
keys = {
{
"<leader>cp",