summaryrefslogtreecommitdiff
path: root/lua/plugins
diff options
context:
space:
mode:
authorNaz <ndpm13@ch-naseem.com>2025-02-08 11:53:19 +0100
committerNaz <ndpm13@ch-naseem.com>2025-02-08 11:53:19 +0100
commit90a657be8b080c3d3c5cacab50273109f1d7ff54 (patch)
treeb76be8b56876092b170d8d075c351f657a9ecd9e /lua/plugins
parent428dc356c8e5ca5a5d940bc770a5da34fdd59135 (diff)
✨feat: add ThePrimeagen/harpoon plugin
Diffstat (limited to 'lua/plugins')
-rw-r--r--lua/plugins/harpoon.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/lua/plugins/harpoon.lua b/lua/plugins/harpoon.lua
new file mode 100644
index 0000000..c8aa32c
--- /dev/null
+++ b/lua/plugins/harpoon.lua
@@ -0,0 +1,5 @@
+return {
+ "ThePrimeagen/harpoon",
+ branch = "harpoon2",
+ dependencies = { "nvim-lua/plenary.nvim" },
+}