add neogit

This commit is contained in:
Trevor Griggs 2024-05-10 14:02:37 -06:00
parent 5024bc0094
commit 71af23860f
2 changed files with 17 additions and 2 deletions

View file

@ -2,4 +2,19 @@
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
return { 'tpope/vim-fugitive' }
return {
{
'NeogitOrg/neogit',
dependencies = {
'nvim-lua/plenary.nvim', -- required
'sindrets/diffview.nvim', -- optional - Diff integration
'nvim-telescope/telescope.nvim', -- optional
},
config = true,
},
}