AstroNvim/lua/plugins/harpoon.lua

9 lines
177 B
Lua
Raw Normal View History

2024-09-11 14:14:30 -04:00
return {
"ThePrimeagen/harpoon",
version = "*",
event = "VeryLazy",
config = function() require("harpoon").setup {} end,
dependences = { "nvim-lua/plenary.nvim "},
}