From d1c95fdd445180ea9342a8ce326912e5c366042f Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Mon, 6 Oct 2025 14:52:39 +0200 Subject: nixvim: add typst-preview --- common/home/programs/nixvim/plugins/typst-preview.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 common/home/programs/nixvim/plugins/typst-preview.nix (limited to 'common/home/programs/nixvim/plugins/typst-preview.nix') diff --git a/common/home/programs/nixvim/plugins/typst-preview.nix b/common/home/programs/nixvim/plugins/typst-preview.nix new file mode 100644 index 0000000..7753cc0 --- /dev/null +++ b/common/home/programs/nixvim/plugins/typst-preview.nix @@ -0,0 +1,7 @@ +{ pkgs, ... }: +{ + enable = true; + settings = { + open_cmd = "firefox %s -P typst-preview --class typst-preview"; + }; +} -- cgit v1.2.3-70-g09d2