15 lines
217 B
Lua
15 lines
217 B
Lua
return {
|
|
'kdheepak/lazygit.nvim',
|
|
lazy = true,
|
|
cmd = {
|
|
'LazyGit',
|
|
'LazyGitConfig',
|
|
'LazyGitCurrentFile',
|
|
'LazyGitFilter',
|
|
'LazyGitFilterCurrentFile',
|
|
},
|
|
depedencies = {
|
|
'nvim-lua/plenary.nvim',
|
|
},
|
|
}
|