simplify firefox command

This commit is contained in:
Noa Aarts 2025-11-18 10:49:35 +01:00
parent def11997a8
commit 2c3e687873
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -493,7 +493,7 @@ require("lazy").setup({
{ {
'chomosuke/typst-preview.nvim', 'chomosuke/typst-preview.nvim',
opts = { opts = {
open_cmd = 'firefox %s -P typst-preview --class typst-preview', open_cmd = 'firefox %s',
port = 28282, port = 28282,
}, },
ft = 'typst', ft = 'typst',