Files
nvim/after/plugin/harpoon.lua
2024-03-09 00:02:02 -05:00

7 lines
106 B
Lua

local status_ok, harpoon = pcall(require, "harpoon")
if not status_ok then
return
end
harpoon.setup {}