kickstart.nvim/lua/plugins/spec/harpoon.lua

10 lines
237 B
Lua

-- Harpoon - Quick file navigation
return {
'ThePrimeagen/harpoon',
branch = 'harpoon2',
dependencies = { 'nvim-lua/plenary.nvim' },
event = 'VeryLazy',
config = function()
require('plugins.config.harpoon').setup()
end,
}