init basic packages

This commit is contained in:
Christoph Wagner 2024-03-26 20:55:35 +01:00
parent dbba54cfd8
commit ebd899d3d3
7 changed files with 71 additions and 2 deletions

View file

@ -0,0 +1,15 @@
return {
'kdheepak/lazygit.nvim',
cmd = {
'LazyGit',
'LazyGitConfig',
'LazyGitCurrentFile',
'LazyGitFilter',
'LazyGitFilterCurrentFile',
},
-- optional for floating window border decoration
dependencies = {
'nvim-lua/plenary.nvim',
},
vim.keymap.set('n', '<leader>lg', '<cmd>LazyGit<cr>'),
}