modulize plugins
This commit is contained in:
parent
d741099eee
commit
fecc907ac1
15 changed files with 621 additions and 0 deletions
22
lua/kickstart/plugins/lazygit.lua
Normal file
22
lua/kickstart/plugins/lazygit.lua
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
return {
|
||||
{
|
||||
'kdheepak/lazygit.nvim',
|
||||
cmd = {
|
||||
'LazyGit',
|
||||
'LazyGitConfig',
|
||||
'LazyGitCurrentFile',
|
||||
'LazyGitFilter',
|
||||
'LazyGitFilterCurrentFile',
|
||||
},
|
||||
-- optional for floating window border decoration
|
||||
dependencies = {
|
||||
'nvim-lua/plenary.nvim',
|
||||
},
|
||||
-- setting the keybinding for LazyGit with 'keys' is recommended in
|
||||
-- order to load the plugin when the command is run for the first time
|
||||
keys = {
|
||||
{ '<leader>lg', '<cmd>LazyGit<cr>', desc = 'LazyGit' },
|
||||
},
|
||||
},
|
||||
{ 'shellpad/shellpad.nvim', opts = {} },
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue