diff options
Diffstat (limited to 'lua/plugins/harpoon.lua')
| -rw-r--r-- | lua/plugins/harpoon.lua | 5 |
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" }, +} |
