My changes
This commit is contained in:
parent
609808366b
commit
889ba25939
7 changed files with 49 additions and 9 deletions
8
lua/custom/plugins/lazygit.lua
Normal file
8
lua/custom/plugins/lazygit.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
'kdheepak/lazygit.nvim',
|
||||
enable = false,
|
||||
-- optional for floating window border decoration
|
||||
dependencies = {
|
||||
'nvim-lua/plenary.nvim',
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue