This commit is contained in:
Jack Walton Jarosz 2024-09-16 14:17:40 -04:00
parent 1860184830
commit be44ba5073
3 changed files with 34 additions and 6 deletions

View file

@ -0,0 +1,13 @@
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' } },
},
}

View file

@ -0,0 +1,13 @@
-- No example configuration was found for this plugin.
--
-- For detailed information on configuring this plugin, please refer to its
-- official documentation:
--
-- https://github.com/xiyaowong/transparent.nvim
--
-- If you wish to use this plugin, you can optionally modify and then uncomment
-- the configuration below.
return {
-- 'xiyaowong/transparent.nvim',
}