set open cmd
This commit is contained in:
parent
a48da18fd6
commit
ebfd0f0aea
1 changed files with 4 additions and 1 deletions
|
|
@ -185,7 +185,10 @@ require('lazy').setup({
|
|||
'chomosuke/typst-preview.nvim',
|
||||
lazy = false, -- or ft = 'typst'
|
||||
version = '1.*',
|
||||
opts = {}, -- lazy.nvim will implicitly calls `setup {}`
|
||||
opts = {
|
||||
open_cmd = 'firefox %s',
|
||||
port = 28282,
|
||||
}, -- lazy.nvim will implicitly calls `setup {}`
|
||||
},
|
||||
|
||||
-- NOTE: Plugins can also be added by using a table,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue