diff options
author | sefidel <contact@sefidel.net> | 2024-03-28 23:08:25 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-03-28 23:08:25 +0900 |
commit | 0757c2a0abbac1d8fda1e51d964327cd62b1db4a (patch) | |
tree | 127d7e2a36ab68ff0e167128c20167cc1a258ec0 /fnl/nvrc/packs/typst-preview.fnl | |
parent | 72ccd3c03a7c4ea34253d85c7901abcb8ded5fa6 (diff) | |
download | nvimrc-0757c2a0abbac1d8fda1e51d964327cd62b1db4a.tar.gz nvimrc-0757c2a0abbac1d8fda1e51d964327cd62b1db4a.zip |
feat(packs): add typst-preview
Diffstat (limited to 'fnl/nvrc/packs/typst-preview.fnl')
-rw-r--r-- | fnl/nvrc/packs/typst-preview.fnl | 7 |
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}}) |