little bit overhaul here and there :))
This commit is contained in:
19
lua/plugins/lazygit.lua
Normal file
19
lua/plugins/lazygit.lua
Normal file
@@ -0,0 +1,19 @@
|
||||
-- lua/plugins/extras/lazygit.lua
|
||||
-- LazyGit floating window integration
|
||||
-- https://github.com/kdheepak/lazygit.nvim
|
||||
|
||||
return {
|
||||
'kdheepak/lazygit.nvim',
|
||||
lazy = true,
|
||||
cmd = {
|
||||
'LazyGit',
|
||||
'LazyGitConfig',
|
||||
'LazyGitCurrentFile',
|
||||
'LazyGitFilter',
|
||||
'LazyGitFilterCurrentFile',
|
||||
},
|
||||
dependencies = { 'nvim-lua/plenary.nvim' },
|
||||
keys = {
|
||||
{ '<C-g>', '<cmd>LazyGit<cr>', desc = 'LazyGit' },
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user