Update lua/lazyvim/plugins/extras/editor/harpoon2.lua

Co-authored-by: Iordanis Petkakis <dpetka2001@gmail.com>
This commit is contained in:
Nybkox 2024-01-29 16:45:19 +01:00 committed by GitHub
parent ff0dcc1e99
commit f2ba23e601
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",