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 "}, +} +