summaryrefslogtreecommitdiffstats
path: root/after/plugin/harpoon.lua
blob: 61b970ad0605e6064bb6e2aa61a2f83ee6015ad5 (plain) (blame)
1
2
3
4
5
6
local status_ok, harpoon = pcall(require, "harpoon")
if not status_ok then
  return
end

harpoon.setup {}