1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-02-22 22:28:00 +00:00

10 lines
127 B
Lua

require("diffview").setup({
view = {
merge_tool = {
layout = "diff3_mixed",
},
},
})
-- vim.opt.fillchars = "diff: "