pretty stable

commit while things are pretty much working how I like
This commit is contained in:
Michael Beasley 2024-10-29 14:49:48 -05:00
parent 4120893b8a
commit 5edfba8462
7 changed files with 254 additions and 185 deletions

View file

@ -0,0 +1,20 @@
return {
'kdheepak/lazygit.nvim',
lazy = true,
cmd = {
'LazyGit',
'LazyGitConfig',
'LazyGitCurrentFile',
'LazyGitFilter',
'LazyGitFilterCurrentFile',
},
-- optional for floating window border decoration
dependencies = {
'nvim-lua/plenary.nvim',
},
-- setting the keybinding for LazyGit with 'keys' is recommended in
-- order to load the plugin when the command is run for the first time
keys = {
{ '<leader>lg', '<cmd>LazyGit<cr>', desc = '[L]azy[G]it' },
},
}