Files
dotfiles-and-setup/src_files/.config/nvim/lua/plugins_lazy/harpoon.lua

12 lines
310 B
Lua

return {
{
"ThePrimeagen/harpoon",
branch = "harpoon2", -- https://github.com/ThePrimeagen/harpoon/tree/harpoon2
dependencies = { "nvim-lua/plenary.nvim" },
config = function()
local harpoon = require("harpoon")
harpoon:setup()
end,
},
}