mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-11-12 20:23:50 +00:00
8 lines
120 B
Lua
8 lines
120 B
Lua
|
return {
|
||
|
'ThePrimeagen/harpoon',
|
||
|
branch = 'harpoon2',
|
||
|
dependencies = {
|
||
|
'nvim-lua/plenary.nvim',
|
||
|
},
|
||
|
}
|