diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2025-10-07 13:52:08 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2025-10-07 13:52:08 -0400 |
| commit | 3db7c943e7c954c6e22ef6077b8d6ae489c91edc (patch) | |
| tree | e35cf7dcc9bfc7f79931ffaea9355cd3ce794618 /.config/nvim/lua/plugins/knap.lua | |
| parent | a49fcc782ad4e84ae68c69393604f2702da913b9 (diff) | |
Better Module Structure and knap live preview
Diffstat (limited to '.config/nvim/lua/plugins/knap.lua')
| -rw-r--r-- | .config/nvim/lua/plugins/knap.lua | 8 |
1 files changed, 8 insertions, 0 deletions
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 + |
