add neogit
This commit is contained in:
parent
5024bc0094
commit
71af23860f
2 changed files with 17 additions and 2 deletions
|
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue