2024-03-18 12:42:40 +00:00
|
|
|
return -- nvim v0.8.0
|
|
|
|
{
|
|
|
|
"kdheepak/lazygit.nvim",
|
|
|
|
cmd = {
|
|
|
|
"LazyGit",
|
|
|
|
"LazyGitConfig",
|
|
|
|
"LazyGitCurrentFile",
|
|
|
|
"LazyGitFilter",
|
|
|
|
"LazyGitFilterCurrentFile",
|
|
|
|
},
|
|
|
|
-- optional for floating window border decoration
|
|
|
|
dependencies = {
|
|
|
|
"nvim-lua/plenary.nvim",
|
2024-03-12 15:13:19 +00:00
|
|
|
},
|
|
|
|
}
|