add custom plugins
This commit is contained in:
parent
cfede2edcc
commit
b668822353
7 changed files with 72 additions and 0 deletions
9
lua/custom/plugins/harpoon.lua
Normal file
9
lua/custom/plugins/harpoon.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
if true then
|
||||
return {}
|
||||
end
|
||||
-- https://github.com/ThePrimeagen/harpoon/tree/harpoon2 - this branch, follow before removing trueflag above
|
||||
return {
|
||||
'ThePrimeagen/harpoon',
|
||||
branch = 'harpoon2',
|
||||
dependencies = { { 'nvim-lua/plenary.nvim' } },
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue