add lazy git plugin
probably will configure it as well, this app looks kinda cool
This commit is contained in:
parent
6afe9d61c3
commit
81ba3ef493
7
lua/custom/plugins/lazygit.lua
Normal file
7
lua/custom/plugins/lazygit.lua
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
return {
|
||||||
|
"kdheepak/lazygit.nvim",
|
||||||
|
-- optional for floating window border decoration
|
||||||
|
dependencies = {
|
||||||
|
"nvim-lua/plenary.nvim",
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user