From 9e295adb1b839369409349842b1d1a705b2e3df1 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Fri, 20 Mar 2026 20:38:05 -0400 Subject: fix: Forgot to add nvim/fnl --- .config/nvim/fnl/plugins/knap.fnl | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .config/nvim/fnl/plugins/knap.fnl (limited to '.config/nvim/fnl/plugins/knap.fnl') 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) + -- cgit v1.2.3