17 lines
324 B
Lua
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
|
|
}
|
|
},
|
|
}
|
|
|