From 5a8a5d613981f279914fccaac25afb2bc0570adb Mon Sep 17 00:00:00 2001 From: JP Appel Date: Sat, 11 May 2024 00:57:05 -0400 Subject: update harpoon config --- nvim/lua/plugins/harpoon.lua | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'nvim/lua/plugins') diff --git a/nvim/lua/plugins/harpoon.lua b/nvim/lua/plugins/harpoon.lua index 123b5db..abc9e04 100644 --- a/nvim/lua/plugins/harpoon.lua +++ b/nvim/lua/plugins/harpoon.lua @@ -1,7 +1,10 @@ return { 'ThePrimeagen/harpoon', -- quick file navigator branch = "harpoon2", - dependencies = 'nvim-lua/plenary.nvim', + dependencies = { + 'nvim-lua/plenary.nvim', + 'nvim-telescope/telescope.nvim' + }, config = function() require("harpoon"):setup() end, @@ -18,7 +21,7 @@ return { "m", function() local harpoon = require("harpoon") - harpoon:list():append() + harpoon:list():add() end, desc = "Add file to harpoon" }, -- cgit v1.2.3