From 6b5fcfdb983d41d6a0da32f7cbad1a38a0202aa5 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sat, 21 Feb 2026 19:12:14 -0500 Subject: feat(neovim): Harpoon 2 Added ThePrimeagen/harpoon2 added to neovim configuration file. This can be accessed by typing a to add a file and h to view the list of files while in normal mode. --- .config/nvim/lua/plugins/harpoon.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .config/nvim/lua/plugins/harpoon.lua (limited to '.config/nvim/lua/plugins/harpoon.lua') diff --git a/.config/nvim/lua/plugins/harpoon.lua b/.config/nvim/lua/plugins/harpoon.lua new file mode 100644 index 0000000..cc60307 --- /dev/null +++ b/.config/nvim/lua/plugins/harpoon.lua @@ -0,0 +1,3 @@ +local harpoon = require("harpoon") +harpoon:setup() + -- cgit v1.2.3