add custom plugins

This commit is contained in:
Joshua 2024-04-29 18:00:00 -05:00 committed by Joshua Nussbaum
parent 1afb5a1227
commit 09208b20e5
7 changed files with 72 additions and 0 deletions

View 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' } },
}