aboutsummaryrefslogtreecommitdiff
path: root/nvim/dot-config/nvim/lua/custom/plugins/harpoon.lua
blob: aa8dae8b6db8502be0f973923edc20a41d8f00c1 (plain)
1
2
3
4
5
6
7
8
return {
  "ThePrimeagen/harpoon",
  branch = "harpoon2",
  dependencies = { "nvim-lua/plenary.nvim" },
  config = function()
    require "custom.harpoon"
  end,
}