Added LazyGit
This commit is contained in:
parent
ea89c3f4b9
commit
1f870585b7
4 changed files with 20 additions and 2 deletions
17
lua/custom/plugins/lazygit.lua
Normal file
17
lua/custom/plugins/lazygit.lua
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
return {
|
||||
{
|
||||
'kdheepak/lazygit.nvim',
|
||||
cmd = {
|
||||
'LazyGit',
|
||||
'LazyGitConfig',
|
||||
'LazyGitCurrentFile',
|
||||
'LazyGitFilter',
|
||||
'LazyGitFilterCurrentFile',
|
||||
},
|
||||
-- optional for floating window border decoration
|
||||
dependencies = {
|
||||
'nvim-lua/plenary.nvim',
|
||||
},
|
||||
},
|
||||
vim.keymap.set('n', '<leader>lg', ':LazyGit<CR>', { desc = '[L]azy [G]it' }),
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue