Remove vsplit from neogit opening
This commit is contained in:
parent
1c99da0ab1
commit
4f4d390aca
1 changed files with 1 additions and 1 deletions
|
|
@ -16,6 +16,6 @@ return {
|
||||||
lazy = true,
|
lazy = true,
|
||||||
opts = {},
|
opts = {},
|
||||||
keys = {
|
keys = {
|
||||||
{ "<leader>g", function() require("neogit").open({ kind = "vsplit" }) end }
|
{ "<leader>g", function() require("neogit").open() end }
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue