mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-07 11:24:39 +02: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",
|
"chomosuke/typst-preview.nvim",
|
||||||
cmd = { "TypstPreview", "TypstPreviewToggle", "TypstPreviewUpdate" },
|
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 = {
|
keys = {
|
||||||
{
|
{
|
||||||
"<leader>cp",
|
"<leader>cp",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue