diff --git a/lua/plugins/neogit.lua b/lua/plugins/neogit.lua index 26ec771..f5e5a93 100644 --- a/lua/plugins/neogit.lua +++ b/lua/plugins/neogit.lua @@ -1,6 +1,17 @@ return { '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 = { { 't',