Merge pull request #1 from rubiin/patch-1

fix: Update harpoon2.lua to add pleanery dep
This commit is contained in:
Alan Alvarenga 2024-04-11 06:29:45 -06:00 committed by GitHub
commit 3c34691dba
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,