From f36d8b5c148ce4d8de41198ce9c0cb1f56d1654d Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Wed, 11 Sep 2024 14:14:30 -0400 Subject: [PATCH] fixed harpoon filename --- lua/plugins/harpoon.lua | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lua/plugins/harpoon.lua diff --git a/lua/plugins/harpoon.lua b/lua/plugins/harpoon.lua new file mode 100644 index 0000000..89ce9e5 --- /dev/null +++ b/lua/plugins/harpoon.lua @@ -0,0 +1,8 @@ +return { + "ThePrimeagen/harpoon", + version = "*", + event = "VeryLazy", + config = function() require("harpoon").setup {} end, + dependences = { "nvim-lua/plenary.nvim "}, +} +