mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(typst): remove build for typst-preview
plugin now downloads binaries during setup
This commit is contained in:
parent
c352553069
commit
e6f6db2667
1 changed files with 0 additions and 5 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue