nvim-config/lua/custom/plugins/harpoon.lua

8 lines
120 B
Lua
Raw Normal View History

2024-03-30 15:51:35 +00:00
return {
'ThePrimeagen/harpoon',
branch = 'harpoon2',
dependencies = {
'nvim-lua/plenary.nvim',
},
}