Remove vsplit from neogit opening

This commit is contained in:
Martin Lasson 2025-04-16 22:58:50 +02:00
parent 1c99da0ab1
commit 4f4d390aca

View file

@ -16,6 +16,6 @@ return {
lazy = true,
opts = {},
keys = {
{ "<leader>g", function() require("neogit").open({ kind = "vsplit" }) end }
{ "<leader>g", function() require("neogit").open() end }
},
}