13 lines
266 B
Lua
13 lines
266 B
Lua
return {
|
|
{
|
|
"nvim-telescope/telescope.nvim",
|
|
tag = '0.1.5',
|
|
dependencies = { "nvim-lua/plenary.nvim" },
|
|
},
|
|
{
|
|
"ThePrimeagen/harpoon",
|
|
branch = "harpoon2",
|
|
dependencies = { "nvim-lua/plenary.nvim" },
|
|
}
|
|
}
|