From 3db7c943e7c954c6e22ef6077b8d6ae489c91edc Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Tue, 7 Oct 2025 13:52:08 -0400 Subject: Better Module Structure and knap live preview --- .config/nvim/lua/plugins/knap.lua | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .config/nvim/lua/plugins/knap.lua (limited to '.config/nvim/lua/plugins/knap.lua') diff --git a/.config/nvim/lua/plugins/knap.lua b/.config/nvim/lua/plugins/knap.lua new file mode 100644 index 0000000..6ee24c1 --- /dev/null +++ b/.config/nvim/lua/plugins/knap.lua @@ -0,0 +1,8 @@ +local gknapsettings = { + texoutputext = "pdf", + textopdf = "tectonic %docroot%", + textopdfviewerlaunch = "sioyek %outputfile%", + textopdfviewerrefresh = "kill -HUP %pid%" +} +vim.g.knap_settings = gknapsettings + -- cgit v1.2.3