AstroNvim/lua/plugins/harpoon

9 lines
177 B
Plaintext
Raw Normal View History

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