first commit
This commit is contained in:
commit
15e643aa8e
41 changed files with 1623 additions and 0 deletions
17
lua/plugins/harpoon.lua
Normal file
17
lua/plugins/harpoon.lua
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
-- 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
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue