update config

This commit is contained in:
2026-02-25 23:21:40 +01:00
parent 3ed59f5058
commit e5d528104f
6 changed files with 73 additions and 386 deletions

View File

@@ -0,0 +1,22 @@
return {
'NeogitOrg/neogit',
lazy = true,
dependencies = {
'nvim-lua/plenary.nvim', -- required
-- Only one of these is needed.
'sindrets/diffview.nvim', -- optional
'esmuellert/codediff.nvim', -- optional
-- Only one of these is needed.
'nvim-telescope/telescope.nvim', -- optional
-- 'ibhagwan/fzf-lua', -- optional
-- 'nvim-mini/mini.pick', -- optional
-- 'folke/snacks.nvim', -- optional
},
cmd = 'Neogit',
keys = {
{ '<leader>gg', '<cmd>Neogit<cr>', desc = 'Show Neogit UI' },
},
}