I love fixing typst-preview

This commit is contained in:
Noa Aarts 2025-11-24 13:24:42 +01:00
parent cf33f52f9c
commit 27abdf814b
Signed by: noa
GPG key ID: 1850932741EFF672
2 changed files with 12 additions and 1 deletions

View file

@ -186,7 +186,14 @@ require('lazy').setup({
lazy = false, -- or ft = 'typst'
version = '1.*',
opts = {
debug = true,
open_cmd = 'firefox %s',
dependencies_bin = {
['tinymist'] = "@tinymist@",
['websocat'] = "@websocat@",
},
port = 28282,
}, -- lazy.nvim will implicitly calls `setup {}`
},