Update
This commit is contained in:
parent
1860184830
commit
be44ba5073
3 changed files with 34 additions and 6 deletions
13
lua/custom/plugins/activate.lua
Normal file
13
lua/custom/plugins/activate.lua
Normal 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' } },
|
||||
},
|
||||
}
|
||||
13
lua/plugins/transparent_nvim.lua
Normal file
13
lua/plugins/transparent_nvim.lua
Normal 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',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue