14 lines
220 B
Lua
14 lines
220 B
Lua
return {
|
|
{
|
|
'ThePrimeagen/harpoon',
|
|
dependencies = { 'nvim-lua/plenary.nvim' },
|
|
lazy = true,
|
|
},
|
|
|
|
{
|
|
'crusj/hierarchy-tree-go.nvim',
|
|
dependencies = 'neovim/nvim-lspconfig',
|
|
lazy = true,
|
|
},
|
|
}
|