From 0757c2a0abbac1d8fda1e51d964327cd62b1db4a Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 28 Mar 2024 23:08:25 +0900 Subject: feat(packs): add typst-preview --- fnl/nvrc/packs/typst-preview.fnl | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 fnl/nvrc/packs/typst-preview.fnl (limited to 'fnl/nvrc/packs') diff --git a/fnl/nvrc/packs/typst-preview.fnl b/fnl/nvrc/packs/typst-preview.fnl new file mode 100644 index 0000000..e7cb00e --- /dev/null +++ b/fnl/nvrc/packs/typst-preview.fnl @@ -0,0 +1,7 @@ +(local {: setup} (require :typst-preview)) + +(setup { + ; Use binaries installed on system + :dependencies_bin { + :typst-preview :typst-preview + :websocat :websocat}}) -- cgit 1.4.1