fixed harpoon filename

This commit is contained in:
John O'Keefe 2024-09-11 14:14:30 -04:00
parent ee516bf1fc
commit f36d8b5c14

8
lua/plugins/harpoon.lua Normal file
View File

@ -0,0 +1,8 @@
return {
"ThePrimeagen/harpoon",
version = "*",
event = "VeryLazy",
config = function() require("harpoon").setup {} end,
dependences = { "nvim-lua/plenary.nvim "},
}