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 {
|
||||
"NeogitOrg/neogit",
|
||||
dependencies = {
|
||||
"sindrets/diffview.nvim",
|
||||
{
|
||||
"sindrets/diffview.nvim",
|
||||
opts = {
|
||||
view = {
|
||||
merge_tool = {
|
||||
layout = "diff1_plain",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
},
|
||||
event = "VeryLazy",
|
||||
lazy = true,
|
||||
config = function()
|
||||
require("neogit").setup()
|
||||
end
|
||||
opts = {},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue