nvim: open neogit in split window
This commit is contained in:
parent
082f7d7be6
commit
47e3ac8493
|
@ -24,7 +24,9 @@ packer.use {
|
|||
-- }
|
||||
}
|
||||
end,
|
||||
map('n', '<Leader>g', ':Neogit<cr>')
|
||||
map('n', '<Leader>g', function()
|
||||
require('neogit').open({ kind = "vsplit" })
|
||||
end)
|
||||
}
|
||||
|
||||
-- start git commits in insert mode
|
||||
|
|
Loading…
Reference in New Issue
Block a user