add open cmd to typst-preview
This commit is contained in:
parent
c4a1f6b9a3
commit
def11997a8
1 changed files with 4 additions and 0 deletions
|
|
@ -492,6 +492,10 @@ require("lazy").setup({
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'chomosuke/typst-preview.nvim',
|
'chomosuke/typst-preview.nvim',
|
||||||
|
opts = {
|
||||||
|
open_cmd = 'firefox %s -P typst-preview --class typst-preview',
|
||||||
|
port = 28282,
|
||||||
|
},
|
||||||
ft = 'typst',
|
ft = 'typst',
|
||||||
branch = "master",
|
branch = "master",
|
||||||
build = function() require 'typst-preview'.update() end,
|
build = function() require 'typst-preview'.update() end,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue