mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Update lua/lazyvim/plugins/extras/editor/harpoon2.lua
Co-authored-by: Iordanis Petkakis <dpetka2001@gmail.com>
This commit is contained in:
parent
ff0dcc1e99
commit
f2ba23e601
1 changed files with 5 additions and 8 deletions
|
|
@ -1,14 +1,11 @@
|
|||
return {
|
||||
"ThePrimeagen/harpoon",
|
||||
branch = "harpoon2",
|
||||
config = function()
|
||||
local harpoon = require("harpoon")
|
||||
harpoon:setup({
|
||||
opts = {
|
||||
menu = {
|
||||
width = vim.api.nvim_win_get_width(0) - 4,
|
||||
},
|
||||
})
|
||||
end,
|
||||
},
|
||||
keys = {
|
||||
{
|
||||
"<leader>H",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue