Added Harpoon

This commit is contained in:
2023-06-15 21:22:07 +02:00
parent edf01fdfe1
commit 32ed6931ae
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
return {
'ThePrimeagen/harpoon',
requires = { { 'nvim-lua/plenary.nvim' } },
config = function()
end,
}