nvim-config/lua/plugins/harpoon.lua
2024-12-24 23:01:45 -06:00

17 lines
324 B
Lua

-- List of favorite files/marks per project
return {
-- https://github.com/ThePrimeagen/harpoon
'ThePrimeagen/harpoon',
branch = 'master',
event = 'VeryLazy',
dependencies = {
-- https://github.com/nvim-lua/plenary.nvim
'nvim-lua/plenary.nvim',
},
opts = {
menu = {
width = 120
}
},
}