comfortable, but python not formatting

This commit is contained in:
Oluwatobi 2023-10-06 20:38:37 +01:00
parent f15af9b8be
commit fc4c1c2612
24 changed files with 754 additions and 548 deletions

9
lua/plugins/lazygit.lua Normal file
View file

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