Feat: add lazygit plugin

This commit is contained in:
flea 2024-02-07 15:25:45 +08:00
parent ff265389e0
commit 6bd61248a2
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
return {
"kdheepak/lazygit.nvim",
-- optional for floating window border decoration
dependencies = {
"nvim-lua/plenary.nvim",
}
}