mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-11-01 00:21:13 +00:00
10 lines
127 B
Lua
10 lines
127 B
Lua
require("diffview").setup({
|
|
view = {
|
|
merge_tool = {
|
|
layout = "diff3_mixed",
|
|
},
|
|
},
|
|
})
|
|
|
|
-- vim.opt.fillchars = "diff: "
|