mirror of https://github.com/LazyVim/starter
18 lines
317 B
Lua
18 lines
317 B
Lua
|
return {
|
||
|
"roobert/activate.nvim",
|
||
|
keys = {
|
||
|
{
|
||
|
"<leader>P",
|
||
|
'<CMD>lua require("activate").list_plugins()<CR>',
|
||
|
desc = "Plugins",
|
||
|
},
|
||
|
},
|
||
|
dependencies = {
|
||
|
{
|
||
|
"nvim-telescope/telescope.nvim",
|
||
|
branch = "0.1.x",
|
||
|
dependencies = { "nvim-lua/plenary.nvim" },
|
||
|
},
|
||
|
},
|
||
|
}
|