mirror of
https://github.com/xsghetti/neovim.git
synced 2025-01-23 01:26:08 -05:00
14 lines
292 B
Lua
14 lines
292 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' } }
|
||
|
}
|
||
|
}
|