14 lines
222 B
Lua
14 lines
222 B
Lua
return {
|
|
'TimUntersberger/neogit',
|
|
dependencies = 'nvim-lua/plenary.nvim',
|
|
keys = {
|
|
{
|
|
'<space>t',
|
|
function()
|
|
require('neogit').open()
|
|
end
|
|
}
|
|
},
|
|
cmd = { 'Neogit ' }
|
|
}
|