diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-10-13 08:10:02 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-10-13 08:10:02 +0200 |
| commit | 26d43bb52ede62f7092bd7754d8b3ec6a7fb251a (patch) | |
| tree | 71b4899c9b2e9bbaa3fa9a45423e741f7dff5e6f /common/home | |
| parent | d1c95fdd445180ea9342a8ce326912e5c366042f (diff) | |
nixvim: add typst support
Diffstat (limited to 'common/home')
| -rw-r--r-- | common/home/programs/nixvim/plugins/typst-preview.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/home/programs/nixvim/plugins/typst-preview.nix b/common/home/programs/nixvim/plugins/typst-preview.nix index 7753cc0..2973c62 100644 --- a/common/home/programs/nixvim/plugins/typst-preview.nix +++ b/common/home/programs/nixvim/plugins/typst-preview.nix @@ -2,6 +2,6 @@ { enable = true; settings = { - open_cmd = "firefox %s -P typst-preview --class typst-preview"; + open_cmd = "firefox %s --class typst-preview"; }; } |