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/harpoon.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/harpoon.lua')
| -rw-r--r-- | .config/nvim/lua/plugins/harpoon.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.config/nvim/lua/plugins/harpoon.lua b/.config/nvim/lua/plugins/harpoon.lua deleted file mode 100644 index cc60307..0000000 --- a/.config/nvim/lua/plugins/harpoon.lua +++ /dev/null @@ -1,3 +0,0 @@ -local harpoon = require("harpoon") -harpoon:setup() - |
