fix: Update harpoon2.lua to add pleanery dep

This commit is contained in:
Rubin Bhandari 2024-04-03 14:22:28 +05:45 committed by GitHub
parent 708edf2597
commit 46eb96593e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,7 @@
return {
"ThePrimeagen/harpoon",
branch = "harpoon2",
dependencies = { "nvim-lua/plenary.nvim" },
opts = {
menu = {
width = vim.api.nvim_win_get_width(0) - 4,