16 lines
412 B
Lua
16 lines
412 B
Lua
return {
|
|
{
|
|
"ThePrimeagen/harpoon",
|
|
branch = "harpoon2", -- https://github.com/ThePrimeagen/harpoon/tree/harpoon2
|
|
dependencies = { "nvim-lua/plenary.nvim" },
|
|
config = function()
|
|
require("harpoon"):setup({
|
|
settings = {
|
|
save_on_toggle = true,
|
|
sync_on_ui_close = true,
|
|
}
|
|
})
|
|
end,
|
|
},
|
|
}
|