diff options
Diffstat (limited to '.config/nvim/lua/plugins/knap.lua')
| -rw-r--r-- | .config/nvim/lua/plugins/knap.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.config/nvim/lua/plugins/knap.lua b/.config/nvim/lua/plugins/knap.lua deleted file mode 100644 index 6ee24c1..0000000 --- a/.config/nvim/lua/plugins/knap.lua +++ /dev/null @@ -1,8 +0,0 @@ -local gknapsettings = { - texoutputext = "pdf", - textopdf = "tectonic %docroot%", - textopdfviewerlaunch = "sioyek %outputfile%", - textopdfviewerrefresh = "kill -HUP %pid%" -} -vim.g.knap_settings = gknapsettings - |
