diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-03-19 19:29:52 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-03-19 19:29:52 -0400 |
| commit | 75f923f59b4d5987bfbff8f7983e1f265e0247b8 (patch) | |
| tree | 350a7a9dffdfcd6fd372c32304fa41a92898b501 /.config/nvim/lua/plugins/knap.lua | |
| parent | c762b8ff816db9537e6030f1daa618bcb13d8018 (diff) | |
refactor: Neovim Configuration in Fennel
Used antifennel to convert Lua Neovim configuration to fennel instead.
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 - |
