I love fixing typst-preview
This commit is contained in:
parent
cf33f52f9c
commit
27abdf814b
2 changed files with 12 additions and 1 deletions
|
|
@ -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 {}`
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue