mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix: Update harpoon2.lua to add pleanery dep
This commit is contained in:
parent
708edf2597
commit
46eb96593e
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue