moved to stow

This commit is contained in:
Belal Elsabbagh
2024-12-23 10:51:37 +02:00
parent ee043ddeec
commit 8b6f7c4467
73 changed files with 60 additions and 110 deletions

View File

@@ -0,0 +1,19 @@
return {
'kdheepak/lazygit.nvim',
lazy = true,
cmd = {
'LazyGit',
'LazyGitConfig',
'LazyGitCurrentFile',
'LazyGitFilter',
'LazyGitFilterCurrentFile',
},
dependencies = {
'nvim-lua/plenary.nvim',
},
keys = {
{ '<leader>gg', '<cmd>LazyGit<cr>', desc = 'LazyGit' },
},
}