more keys for diffview
This commit is contained in:
13
lua/plugins/neogit.lua
Normal file
13
lua/plugins/neogit.lua
Normal file
@ -0,0 +1,13 @@
|
||||
return {
|
||||
'TimUntersberger/neogit',
|
||||
dependencies = 'nvim-lua/plenary.nvim',
|
||||
keys = {
|
||||
{
|
||||
'<space>t',
|
||||
function()
|
||||
require('neogit').open()
|
||||
end
|
||||
}
|
||||
},
|
||||
cmd = { 'Neogit ' }
|
||||
}
|
Reference in New Issue
Block a user