mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Merge pull request #1 from rubiin/patch-1
fix: Update harpoon2.lua to add pleanery dep
This commit is contained in:
commit
3c34691dba
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
return {
|
return {
|
||||||
"ThePrimeagen/harpoon",
|
"ThePrimeagen/harpoon",
|
||||||
branch = "harpoon2",
|
branch = "harpoon2",
|
||||||
|
dependencies = { "nvim-lua/plenary.nvim" },
|
||||||
opts = {
|
opts = {
|
||||||
menu = {
|
menu = {
|
||||||
width = vim.api.nvim_win_get_width(0) - 4,
|
width = vim.api.nvim_win_get_width(0) - 4,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue