kickstart.nvim/lua/custom/plugins/harpoon.lua

11 lines
141 B
Lua
Raw Normal View History

2024-02-03 13:06:46 +01:00
return {
"ThePrimeagen/harpoon",
branch = "harpoon2",
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-lua/popup.nvim",
}
}