From 7e3207775341ced13a41a3de6a07c10ab5f6e7d2 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Mon, 22 Apr 2024 09:45:00 +0200 Subject: [PATCH] fix: no need for plenary deps here --- lua/lazyvim/plugins/extras/editor/harpoon2.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/lazyvim/plugins/extras/editor/harpoon2.lua b/lua/lazyvim/plugins/extras/editor/harpoon2.lua index 9bb64f59..760d805a 100644 --- a/lua/lazyvim/plugins/extras/editor/harpoon2.lua +++ b/lua/lazyvim/plugins/extras/editor/harpoon2.lua @@ -1,7 +1,6 @@ return { "ThePrimeagen/harpoon", branch = "harpoon2", - dependencies = { "nvim-lua/plenary.nvim" }, opts = { menu = { width = vim.api.nvim_win_get_width(0) - 4,