added neogit

This commit is contained in:
Oliver Hartmann 2023-06-22 14:20:11 +02:00
parent 341c5f402b
commit c966acfbe8

View File

@ -1,6 +1,17 @@
return { return {
'TimUntersberger/neogit', 'TimUntersberger/neogit',
dependencies = 'nvim-lua/plenary.nvim', dependencies = {
'nvim-lua/plenary.nvim',
'sindrets/diffview.nvim'
},
config = function()
local neogit = require('neogit')
neogit.setup {
integrations = {
diffview = true
},
}
end,
keys = { keys = {
{ {
'<space>t', '<space>t',