about summary refs log tree commit diff
path: root/fnl/nvrc/packs
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/nvrc/packs')
-rw-r--r--fnl/nvrc/packs/typst-preview.fnl7
1 files changed, 7 insertions, 0 deletions
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}})