17 lines
274 B
Lua
17 lines
274 B
Lua
|
return {
|
||
|
{
|
||
|
"kdheepak/lazygit.nvim",
|
||
|
cmd = {
|
||
|
"LazyGit",
|
||
|
"LazyGitConfig",
|
||
|
"LazyGitCurrentFile",
|
||
|
"LazyGitFilter",
|
||
|
"LazyGitFilterCurrentFile",
|
||
|
},
|
||
|
-- optional for floating window border decoration
|
||
|
dependencies = {
|
||
|
"nvim-lua/plenary.nvim",
|
||
|
},
|
||
|
},
|
||
|
}
|