1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-02-23 03:08:00 +00:00

10 lines
127 B
Lua
Raw Normal View History

2023-04-12 20:09:30 +02:00
require("diffview").setup({
2022-11-16 17:39:39 +01:00
view = {
merge_tool = {
layout = "diff3_mixed",
},
},
})
2022-10-01 13:46:18 +02:00
2023-07-03 19:16:19 +02:00
-- vim.opt.fillchars = "diff: "