11 lines
320 B
Lua
11 lines
320 B
Lua
return {
|
|
'TimUntersberger/neogit',
|
|
dependencies = {'nvim-lua/plenary.nvim'},
|
|
config = function()
|
|
require('neogit').setup {
|
|
integrations = {
|
|
diffview = true,
|
|
},
|
|
}
|
|
end,
|
|
} |