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