Change merge tools view to one window in diffview
This commit is contained in:
parent
c9d7fc0b13
commit
e14ad3ddcc
1 changed files with 11 additions and 4 deletions
|
|
@ -1,11 +1,18 @@
|
||||||
return {
|
return {
|
||||||
"NeogitOrg/neogit",
|
"NeogitOrg/neogit",
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"sindrets/diffview.nvim",
|
{
|
||||||
|
"sindrets/diffview.nvim",
|
||||||
|
opts = {
|
||||||
|
view = {
|
||||||
|
merge_tool = {
|
||||||
|
layout = "diff1_plain",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
},
|
},
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
lazy = true,
|
lazy = true,
|
||||||
config = function()
|
opts = {},
|
||||||
require("neogit").setup()
|
|
||||||
end
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue