disable more plugins

This commit is contained in:
Joshua Nussbaum 2025-01-21 17:25:30 -06:00
parent 53927c893d
commit d4ce269b03
12 changed files with 183 additions and 195 deletions

View file

@ -1,9 +1,10 @@
if true then
return {}
else
-- https://github.com/ThePrimeagen/harpoon/tree/harpoon2 - this branch, follow before removing trueflag above
return {
'ThePrimeagen/harpoon',
branch = 'harpoon2',
dependencies = { { 'nvim-lua/plenary.nvim' } },
}
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' } },
}