From 75f923f59b4d5987bfbff8f7983e1f265e0247b8 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Thu, 19 Mar 2026 19:29:52 -0400 Subject: refactor: Neovim Configuration in Fennel Used antifennel to convert Lua Neovim configuration to fennel instead. --- .config/nvim/lua/plugins/knap.lua | 8 -------- 1 file changed, 8 deletions(-) delete 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 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 - -- cgit v1.2.3