From 59757b77ea359a92e6b0833b95a312768d0f4f0e Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Sat, 30 Mar 2024 16:51:35 +0100 Subject: [PATCH] install theprimeagen/harpoon --- lua/custom/plugins/harpoon.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lua/custom/plugins/harpoon.lua diff --git a/lua/custom/plugins/harpoon.lua b/lua/custom/plugins/harpoon.lua new file mode 100644 index 0000000..9e8ce64 --- /dev/null +++ b/lua/custom/plugins/harpoon.lua @@ -0,0 +1,7 @@ +return { + 'ThePrimeagen/harpoon', + branch = 'harpoon2', + dependencies = { + 'nvim-lua/plenary.nvim', + }, +}