added neogit
This commit is contained in:
parent
341c5f402b
commit
c966acfbe8
@ -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 = {
|
||||
{
|
||||
'<space>t',
|
||||
|
Loading…
x
Reference in New Issue
Block a user