9 lines
161 B
Lua
9 lines
161 B
Lua
return {
|
|
'kdheepak/lazygit.nvim',
|
|
enable = false,
|
|
-- optional for floating window border decoration
|
|
dependencies = {
|
|
'nvim-lua/plenary.nvim',
|
|
},
|
|
}
|