summaryrefslogtreecommitdiff
path: root/.config/nvim/fnl/plugins/knap.fnl
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/fnl/plugins/knap.fnl')
-rw-r--r--.config/nvim/fnl/plugins/knap.fnl8
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/nvim/fnl/plugins/knap.fnl b/.config/nvim/fnl/plugins/knap.fnl
new file mode 100644
index 0000000..8bfea36
--- /dev/null
+++ b/.config/nvim/fnl/plugins/knap.fnl
@@ -0,0 +1,8 @@
+(local gknapsettings
+ {:texoutputext :pdf
+ :textopdf "tectonic %docroot%"
+ :textopdfviewerlaunch "sioyek %outputfile%"
+ :textopdfviewerrefresh "kill -HUP %pid%"})
+
+(set vim.g.knap_settings gknapsettings)
+